Searched refs:StructBase (Results 1 – 1 of 1) sorted by relevance
1177 const Expr *StructBase = StructAccessBase(RD).Visit(Base); in GetCountedByFieldExprGEP() local1178 if (!StructBase || StructBase->HasSideEffects(getContext())) in GetCountedByFieldExprGEP()1182 if (StructBase->getType()->isPointerType()) { in GetCountedByFieldExprGEP()1185 Address Addr = EmitPointerWithAlignment(StructBase, &BaseInfo, &TBAAInfo); in GetCountedByFieldExprGEP()1187 } else if (StructBase->isLValue()) { in GetCountedByFieldExprGEP()1188 LValue LV = EmitLValue(StructBase); in GetCountedByFieldExprGEP()