Searched refs:CapLVal (Results 1 – 1 of 1) sorted by relevance
3188 LValue CapLVal; in EmitDeclRefLValue() local3190 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue()3193 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()3198 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()3199 return CapLVal; in EmitDeclRefLValue()3201 LValue CapLVal = in EmitDeclRefLValue() local3204 Address LValueAddress = CapLVal.getAddress(); in EmitDeclRefLValue()3205 CapLVal = MakeAddrLValue(Address(LValueAddress.emitRawPointer(*this), in EmitDeclRefLValue()3208 CapLVal.getType(), in EmitDeclRefLValue()3210 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()[all …]