Lines Matching full:ptrval
1043 LatticeVal PtrVal = getValueState(I.getOperand(0));1044 if (PtrVal.isUndefined()) return; // The pointer is not resolved yet!1049 if (!PtrVal.isConstant() || I.isVolatile())1052 Constant *Ptr = PtrVal.getConstant();