Home | History | Annotate | Download | only in Utils

Lines Matching defs:Sub

228   case Instruction::Sub:
2515 /// integer range comparison into a sub, an icmp and a branch.
2541 Value *Sub = SI->getCondition();
2543 Sub = Builder.CreateAdd(Sub, Offset, Sub->getName()+".off");
2544 Value *Cmp = Builder.CreateICmpULT(Sub, NumCases, "switch");