Home
last modified time | relevance | path

Searched refs:BINOP_SREM (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h455 BINOP_SREM = 6, // overloaded for FP enumerator
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp579 case Instruction::SRem: return bitc::BINOP_SREM; in getEncodedBinaryOpcode()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1224 case bitc::BINOP_SREM: in getDecodedBinaryOpcode()