Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h211 BINOP_SDIV = 4, // overloaded for FP enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp91 case Instruction::SDiv: return bitc::BINOP_SDIV; in GetEncodedBinaryOpcode()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp255 case bitc::BINOP_SDIV: in GetDecodedBinaryOpcode()