Lines Matching defs:GTI
93 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this);
94 GTI != GTE; ++GTI) {
96 ConstantInt *OpC = dyn_cast<ConstantInt>(GTI.getOperand());
98 if (StructType *STy = GTI.getStructTypeOrNull()) {
102 assert(GTI.isSequential() && "should be sequencial");
106 Offset = GTI.getSequentialElementStride(DL) * ElemCount;
162 for (auto GTI = begin, GTE = end; GTI != GTE; ++GTI) {
164 bool ScalableType = GTI.getIndexedType()->isScalableTy();
166 Value *V = GTI.getOperand();
167 StructType *STy = GTI.getStructTypeOrNull();
189 GTI.getSequentialElementStride(DL)))
202 if (!AccumulateOffset(AnalysisIndex, GTI.getSequentialElementStride(DL)))
223 for (gep_type_iterator GTI = gep_type_begin(this), GTE = gep_type_end(this);
224 GTI != GTE; ++GTI) {
226 bool ScalableType = GTI.getIndexedType()->isScalableTy();
228 Value *V = GTI.getOperand();
229 StructType *STy = GTI.getStructTypeOrNull();
252 GTI.getSequentialElementStride(DL));
259 APInt IndexedSize(BitWidth, GTI.getSequentialElementStride(DL),