Lines Matching refs:getBaseInfo
1123 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment()
1304 getContext(), LV.getBaseInfo(), LV.getTBAAInfo()); in EmitLValue()
1513 lvalue.getType(), Loc, lvalue.getBaseInfo(), in EmitLoadOfScalar()
1753 lvalue.getType(), lvalue.getBaseInfo(), in EmitStoreOfScalar()
2645 LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(), in EmitUnaryOpLValue()
3264 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitArrayToPointerDecay()
3392 LHS.getBaseInfo(), TBAAAccessInfo()); in EmitArraySubscriptExpr()
3406 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(), in EmitArraySubscriptExpr()
3489 EltBaseInfo = ArrayLV.getBaseInfo(); in EmitArraySubscriptExpr()
3520 BaseInfo = BaseLVal.getBaseInfo(); in emitOMPArraySectionBase()
3689 BaseInfo = ArrayLV.getBaseInfo(); in EmitOMPArraySectionExpr()
3747 Base.getBaseInfo(), TBAAAccessInfo()); in EmitExtVectorElementExpr()
3758 Base.getBaseInfo(), TBAAAccessInfo()); in EmitExtVectorElementExpr()
3859 LValueBaseInfo BaseInfo = base.getBaseInfo(); in EmitLValueForField()
4001 LValueBaseInfo BaseInfo = Base.getBaseInfo(); in EmitLValueForFieldInitialization()
4116 std::max(lhs->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue()
4117 rhs->getBaseInfo().getAlignmentSource()); in EmitConditionalOperatorLValue()
4223 return MakeAddrLValue(Base, E->getType(), LV.getBaseInfo(), in EmitCastLValue()
4251 return MakeAddrLValue(Derived, E->getType(), LV.getBaseInfo(), in EmitCastLValue()
4268 return MakeAddrLValue(V, E->getType(), LV.getBaseInfo(), in EmitCastLValue()
4278 E->getType(), LV.getBaseInfo(), LV.getTBAAInfo()); in EmitCastLValue()
4284 return MakeAddrLValue(V, E->getType(), LV.getBaseInfo(), in EmitCastLValue()