Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h308 CAST_INTTOPTR = 10, enumerator
/external/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h396 CAST_INTTOPTR = 10, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h384 CAST_INTTOPTR = 10, enumerator
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp485 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR; in getEncodedCastOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp515 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR; in getEncodedCastOpcode()
/external/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp525 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR; in getEncodedCastOpcode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1052 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr; in getDecodedCastOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp787 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr; in getDecodedCastOpcode()
/external/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1058 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr; in getDecodedCastOpcode()