Lines Matching defs:CapLVal
3081 LValue CapLVal;
3083 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(),
3086 CapLVal = MakeAddrLValue(I->second, T);
3091 CapLVal.setNontemporal(/*Value=*/true);
3092 return CapLVal;
3094 LValue CapLVal =
3097 Address LValueAddress = CapLVal.getAddress();
3098 CapLVal = MakeAddrLValue(Address(LValueAddress.emitRawPointer(*this),
3101 CapLVal.getType(),
3103 CapLVal.getTBAAInfo());
3108 CapLVal.setNontemporal(/*Value=*/true);
3109 return CapLVal;