Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/Bitcode/
HDLLVMBitCodes.h195 CAST_PTRTOINT = 9, enumerator
/trueos/contrib/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp78 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT; in GetEncodedCastOpcode()
/trueos/contrib/llvm/lib/Bitcode/Reader/
HDBitcodeReader.cpp128 case bitc::CAST_PTRTOINT: return Instruction::PtrToInt; in GetDecodedCastOpcode()