Searched refs:CapLVal (Results 1 – 1 of 1) sorted by relevance
3026 LValue CapLVal; in EmitDeclRefLValue() local3031 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()3036 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()3037 return CapLVal; in EmitDeclRefLValue()3039 LValue CapLVal = in EmitDeclRefLValue() local3042 Address LValueAddress = CapLVal.getAddress(*this); in EmitDeclRefLValue()3043 CapLVal = MakeAddrLValue( in EmitDeclRefLValue()3046 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl), in EmitDeclRefLValue()3047 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()3052 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()[all …]