Searched refs:CapLVal (Results 1 – 1 of 1) sorted by relevance
2775 LValue CapLVal; in EmitDeclRefLValue() local2780 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()2785 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()2786 return CapLVal; in EmitDeclRefLValue()2788 LValue CapLVal = in EmitDeclRefLValue() local2791 Address LValueAddress = CapLVal.getAddress(*this); in EmitDeclRefLValue()2792 CapLVal = MakeAddrLValue( in EmitDeclRefLValue()2795 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl), in EmitDeclRefLValue()2796 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()2801 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()[all …]