Home
last modified time | relevance | path

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

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