Lines Matching refs:Field
756 uint64_t Field = cast<ConstantInt>(GEP->getOperand(I))->getZExtValue();757 // Skip field 0 as the offset is always 0.758 if (Field != 0) {761 DL->getStructLayout(StTy)->getElementOffset(Field);924 // Notice that we don't remove struct field indices here. If LowerGEP is