Home | History | Annotate | Download | only in Scalar

Lines Matching refs:PtrVal

1051   LatticeVal PtrVal = getValueState(I.getOperand(0));
1052 if (PtrVal.isUndefined()) return; // The pointer is not resolved yet!
1057 if (!PtrVal.isConstant() || I.isVolatile())
1060 Constant *Ptr = PtrVal.getConstant();