Searched refs:OpSt (Results 1 – 1 of 1) sorted by relevance
1281 ValueLatticeElement OpSt = getValueState(I.getOperand(0)); in visitCastInst() local1282 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()