Searched refs:BasePtr (Results 1 - 2 of 2) sorted by relevance
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 2724 Value *BasePtr; local 2725 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) 2730 cast<SequentialType>(BasePtr->getType()->getScalarType()) 2743 I = GetElementPtrInst::Create(Ty, BasePtr, GEPIdx);
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 2985 Value *BasePtr; local 2986 if (getValueTypePair(Record, OpNum, NextValueNo, BasePtr)) 2991 cast<SequentialType>(BasePtr->getType()->getScalarType()) 3004 I = GetElementPtrInst::Create(Ty, BasePtr, GEPIdx);
|
Completed in 44 milliseconds