Searched refs:SCValue (Results 1 – 2 of 2) sorted by relevance
340 LatticeVal SCValue; in getFeasibleSuccessors() local342 SCValue = getValueState(KeyInfo::getLatticeKeyFromValue(SI.getCondition())); in getFeasibleSuccessors()344 SCValue = getExistingValueState( in getFeasibleSuccessors()347 if (SCValue == LatticeFunc->getOverdefinedVal() || in getFeasibleSuccessors()348 SCValue == LatticeFunc->getUntrackedVal()) { in getFeasibleSuccessors()355 if (SCValue == LatticeFunc->getUndefVal()) in getFeasibleSuccessors()359 std::move(SCValue), SI.getCondition()->getType())); in getFeasibleSuccessors()
1200 const ValueLatticeElement &SCValue = getValueState(SI->getCondition()); in getFeasibleSuccessors() local1202 getConstantInt(SCValue, SI->getCondition()->getType())) { in getFeasibleSuccessors()1209 if (SCValue.isConstantRange(/*UndefAllowed=*/false)) { in getFeasibleSuccessors()1210 const ConstantRange &Range = SCValue.getConstantRange(); in getFeasibleSuccessors()1226 if (!SCValue.isUnknownOrUndef()) in getFeasibleSuccessors()