Searched refs:CapLVal (Results 1 – 1 of 1) sorted by relevance
2812 LValue CapLVal; in EmitDeclRefLValue() local2817 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()2822 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()2823 return CapLVal; in EmitDeclRefLValue()2825 LValue CapLVal = in EmitDeclRefLValue() local2828 Address LValueAddress = CapLVal.getAddress(*this); in EmitDeclRefLValue()2829 CapLVal = MakeAddrLValue( in EmitDeclRefLValue()2832 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl), in EmitDeclRefLValue()2833 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()2838 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()[all …]