Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h455 BINOP_MUL = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp488 return bitc::BINOP_MUL; in getEncodedBinaryOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp633 case Instruction::FMul: return bitc::BINOP_MUL; in getEncodedBinaryOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1305 case bitc::BINOP_MUL: in getDecodedBinaryOpcode()