Searched refs:BaseLV (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp3926 LValue BaseLV; local
3940 BaseLV = MakeAddrLValue(Addr, PtrTy, BaseInfo, TBAAInfo);
3942 BaseLV = EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
3946 LValue LV = EmitLValueForField(BaseLV, Field);
3954 BaseLV.isNontemporal())
4839 LValue BaseLV = EmitLValue(BaseExpr); local
4840 BaseValue = BaseLV.getPointer(*this);
H A DCGExprCXX.cpp136 LValue BaseLV = EmitLValue(BaseExpr); local
137 BaseValue = BaseLV.getAddress(*this);
H A DCGOpenMPRuntime.cpp1107 LValue BaseLV) {
1112 BaseLV = CGF.EmitLoadOfPointerLValue(BaseLV.getAddress(CGF), PtrTy);
1114 LValue RefLVal = CGF.MakeAddrLValue(BaseLV.getAddress(CGF), BaseTy);
1115 BaseLV = CGF.EmitLoadOfReferenceLValue(RefLVal);
1120 CGF.Builder.CreateElementBitCast(BaseLV.getAddress(CGF),
1122 BaseLV.getType(), BaseLV.getBaseInfo(),
1123 CGF.CGM.getTBAAInfoForSubobject(BaseLV, BaseLV
1106 loadToBegin(CodeGenFunction &CGF, QualType BaseTy, QualType ElTy, LValue BaseLV) argument
[all...]

Completed in 196 milliseconds