Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h434 CAST_PTRTOINT = 9, enumerator
/freebsd-head/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
HDDXILBitcodeWriter.cpp457 return bitc::CAST_PTRTOINT; in getEncodedCastOpcode()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp611 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT; in getEncodedCastOpcode()
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp1271 case bitc::CAST_PTRTOINT: return Instruction::PtrToInt; in getDecodedCastOpcode()