Home
last modified time | relevance | path

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

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