Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp815 ValueLatticeElement OpSt = getValueState(I.getOperand(0)); in visitCastInst() local
816 if (OpSt.isUnknownOrUndef()) in visitCastInst()
819 if (Constant *OpC = getConstant(OpSt)) { in visitCastInst()
826 OpSt.isConstantRange() in visitCastInst()
827 ? OpSt.getConstantRange() in visitCastInst()