Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h457 BINOP_SDIV = 4, // overloaded for FP enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp493 return bitc::BINOP_SDIV; in getEncodedBinaryOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp636 case Instruction::SDiv: return bitc::BINOP_SDIV; in getEncodedBinaryOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1309 case bitc::BINOP_SDIV: in getDecodedBinaryOpcode()