Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h453 BINOP_ADD = 0, enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp482 return bitc::BINOP_ADD; in getEncodedBinaryOpcode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp629 case Instruction::FAdd: return bitc::BINOP_ADD; in getEncodedBinaryOpcode()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1301 case bitc::BINOP_ADD: in getDecodedBinaryOpcode()