Lines Matching refs:CapLVal
3037 LValue CapLVal; in EmitDeclRefLValue() local
3039 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue()
3042 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()
3047 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()
3048 return CapLVal; in EmitDeclRefLValue()
3050 LValue CapLVal = in EmitDeclRefLValue() local
3053 Address LValueAddress = CapLVal.getAddress(); in EmitDeclRefLValue()
3054 CapLVal = MakeAddrLValue(Address(LValueAddress.emitRawPointer(*this), in EmitDeclRefLValue()
3057 CapLVal.getType(), in EmitDeclRefLValue()
3059 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()
3064 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()
3065 return CapLVal; in EmitDeclRefLValue()