Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h453 BINOP_ADD = 0, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp482 return bitc::BINOP_ADD; in getEncodedBinaryOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp629 case Instruction::FAdd: return bitc::BINOP_ADD; in getEncodedBinaryOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1301 case bitc::BINOP_ADD: in getDecodedBinaryOpcode()