Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h428 CAST_FPTOUI = 3, enumerator
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp445 return bitc::CAST_FPTOUI; in getEncodedCastOpcode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp605 case Instruction::FPToUI : return bitc::CAST_FPTOUI; in getEncodedCastOpcode()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1265 case bitc::CAST_FPTOUI : return Instruction::FPToUI; in getDecodedCastOpcode()