Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h183 CAST_PTRTOINT = 9, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h307 CAST_PTRTOINT = 9, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp73 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT; in GetEncodedCastOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp105 case bitc::CAST_PTRTOINT: return Instruction::PtrToInt; in GetDecodedCastOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp484 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT; in getEncodedCastOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp786 case bitc::CAST_PTRTOINT: return Instruction::PtrToInt; in getDecodedCastOpcode()