Home | History | Annotate | Download | only in Utils

Lines Matching defs:NumCases

3115   Constant *NumCases = ConstantInt::get(Offset->getType(), SI->getNumCases());
3121 // If NumCases overflowed, then all possible values jump to the successor.
3122 if (NumCases->isNullValue() && SI->getNumCases() != 0)
3125 Cmp = Builder.CreateICmpULT(Sub, NumCases, "switch");