Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h429 CAST_FPTOSI = 4, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp447 return bitc::CAST_FPTOSI; in getEncodedCastOpcode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp606 case Instruction::FPToSI : return bitc::CAST_FPTOSI; in getEncodedCastOpcode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1266 case bitc::CAST_FPTOSI : return Instruction::FPToSI; in getDecodedCastOpcode()