Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h272 CAST_PTRTOINT = 9, enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp79 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT; in GetEncodedCastOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp730 case bitc::CAST_PTRTOINT: return Instruction::PtrToInt; in getDecodedCastOpcode()