Searched refs:CapLVal (Results 1 – 1 of 1) sorted by relevance
2726 LValue CapLVal; in EmitDeclRefLValue() local2728 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue()2731 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()2736 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()2737 return CapLVal; in EmitDeclRefLValue()2739 LValue CapLVal = in EmitDeclRefLValue() local2742 CapLVal = MakeAddrLValue( in EmitDeclRefLValue()2743 Address(CapLVal.getPointer(*this), getContext().getDeclAlign(VD)), in EmitDeclRefLValue()2744 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl), in EmitDeclRefLValue()2745 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()[all …]