Searched refs:OpSt (Results 1 – 1 of 1) sorted by relevance
1381 ValueLatticeElement OpSt = getValueState(I.getOperand(0)); in visitCastInst() local1382 if (OpSt.isUnknownOrUndef()) in visitCastInst()1385 if (Constant *OpC = getConstant(OpSt, I.getOperand(0)->getType())) { in visitCastInst()1398 OpSt.asConstantRange(I.getSrcTy(), /*UndefAllowed=*/false); in visitCastInst()