Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h307 CAST_PTRTOINT = 9, enumerator
/external/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h395 CAST_PTRTOINT = 9, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h383 CAST_PTRTOINT = 9, enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp484 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT; in getEncodedCastOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp514 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT; in getEncodedCastOpcode()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp524 case Instruction::PtrToInt: return bitc::CAST_PTRTOINT; in getEncodedCastOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1051 case bitc::CAST_PTRTOINT: return Instruction::PtrToInt; in getDecodedCastOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp786 case bitc::CAST_PTRTOINT: return Instruction::PtrToInt; in getDecodedCastOpcode()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1057 case bitc::CAST_PTRTOINT: return Instruction::PtrToInt; in getDecodedCastOpcode()