Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp1177 const Expr *StructBase = StructAccessBase(RD).Visit(Base); in GetCountedByFieldExprGEP() local
1178 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()