Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1257 ValueLatticeElement CopyOfVal = getValueState(CopyOf); in handleCallResult() local
1263 mergeInValue(ValueState[&CB], &CB, CopyOfVal); in handleCallResult()
1289 if (CondVal.isConstantRange() || CopyOfVal.isConstantRange()) { in handleCallResult()
1300 auto CopyOfCR = CopyOfVal.isConstantRange() in handleCallResult()
1301 ? CopyOfVal.getConstantRange() in handleCallResult()
1330 return (void)mergeInValue(IV, &CB, CopyOfVal); in handleCallResult()