Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h430 CAST_UITOFP = 5, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp449 return bitc::CAST_UITOFP; in getEncodedCastOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp607 case Instruction::UIToFP : return bitc::CAST_UITOFP; in getEncodedCastOpcode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1267 case bitc::CAST_UITOFP : return Instruction::UIToFP; in getDecodedCastOpcode()