Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DLLVMBitCodes.h184 CAST_INTTOPTR = 10, enumerator
/external/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h308 CAST_INTTOPTR = 10, enumerator
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
DBitcodeWriter.cpp74 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR; in GetEncodedCastOpcode()
/external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
DBitcodeReader.cpp106 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr; in GetDecodedCastOpcode()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp485 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR; in getEncodedCastOpcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp787 case bitc::CAST_INTTOPTR: return Instruction::IntToPtr; in getDecodedCastOpcode()