Home
last modified time | relevance | path

Searched refs:CopyOfVal (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1258 ValueLatticeElement CopyOfVal = getValueState(CopyOf); in handleCallResult() local
1264 mergeInValue(ValueState[&CB], &CB, CopyOfVal); in handleCallResult()
1279 if (CondVal.isConstantRange() || CopyOfVal.isConstantRange()) { in handleCallResult()
1290 auto CopyOfCR = CopyOfVal.isConstantRange() in handleCallResult()
1291 ? CopyOfVal.getConstantRange() in handleCallResult()
1325 return (void)mergeInValue(IV, &CB, CopyOfVal); in handleCallResult()