Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp1281 ValueLatticeElement OpSt = getValueState(I.getOperand(0)); in visitCastInst() local
1282 if (OpSt.isUnknownOrUndef()) in visitCastInst()
1285 if (Constant *OpC = getConstant(OpSt, I.getOperand(0)->getType())) { in visitCastInst()
1298 OpSt.asConstantRange(I.getSrcTy(), /*UndefAllowed=*/false); in visitCastInst()