Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h454 BINOP_SUB = 1, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp485 return bitc::BINOP_SUB; in getEncodedBinaryOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp631 case Instruction::FSub: return bitc::BINOP_SUB; in getEncodedBinaryOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1303 case bitc::BINOP_SUB: in getDecodedBinaryOpcode()