Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h215 CAST_FPTRUNC = 7, enumerator
/NextBSD/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp73 case Instruction::FPTrunc : return bitc::CAST_FPTRUNC; in GetEncodedCastOpcode()
/NextBSD/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp599 case bitc::CAST_FPTRUNC : return Instruction::FPTrunc; in getDecodedCastOpcode()