Home | History | Annotate | Download | only in Vectorize

Lines Matching refs:CreateICmpULE

1380       Value *Cmp0 = ChkBuilder.CreateICmpULE(Start0, End1, "bound0");
1381 Value *Cmp1 = ChkBuilder.CreateICmpULE(Start1, End0, "bound1");