Home | History | Annotate | Download | only in InstCombine

Lines Matching full:ici

1891         ICmpInst *ICI = cast<ICmpInst>(I);
1895 if (!ICI->isEquality())
1897 unsigned OtherIndex = (ICI->getOperand(0) == PI) ? 1 : 0;
1898 if (!isNeverEqualToUnescapedAlloc(ICI->getOperand(OtherIndex), TLI, AI))