Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h199 BINOP_SREM = 6, // overloaded for FP enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp94 case Instruction::SRem: return bitc::BINOP_SREM; in GetEncodedBinaryOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp123 case bitc::BINOP_SREM: in GetDecodedBinaryOpcode()