Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h429 CAST_FPTOSI = 4, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp447 return bitc::CAST_FPTOSI; in getEncodedCastOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp606 case Instruction::FPToSI : return bitc::CAST_FPTOSI; in getEncodedCastOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1266 case bitc::CAST_FPTOSI : return Instruction::FPToSI; in getDecodedCastOpcode()