Home
last modified time | relevance | path

Searched refs:CAST_FPTOSI (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h378 CAST_FPTOSI = 4, enumerator
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp509 case Instruction::FPToSI : return bitc::CAST_FPTOSI; in getEncodedCastOpcode()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1046 case bitc::CAST_FPTOSI : return Instruction::FPToSI; in getDecodedCastOpcode()