Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h426 CAST_UITOFP = 5, enumerator
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp450 return bitc::CAST_UITOFP; in getEncodedCastOpcode()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp547 case Instruction::UIToFP : return bitc::CAST_UITOFP; in getEncodedCastOpcode()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1178 case bitc::CAST_UITOFP : return Instruction::UIToFP; in getDecodedCastOpcode()