Searched refs:CopyOfVal (Results 1 – 1 of 1) sorted by relevance
1227 ValueLatticeElement CopyOfVal = getValueState(CopyOf); in handleCallResult() local1233 mergeInValue(ValueState[&CB], &CB, CopyOfVal); in handleCallResult()1259 if (CondVal.isConstantRange() || CopyOfVal.isConstantRange()) { in handleCallResult()1270 auto CopyOfCR = CopyOfVal.isConstantRange() in handleCallResult()1271 ? CopyOfVal.getConstantRange() in handleCallResult()1300 return (void)mergeInValue(IV, &CB, CopyOfVal); in handleCallResult()