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