Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ICI

1817         ICmpInst *ICI = cast<ICmpInst>(I);
1819 if (!ICI->isEquality() || !isa<ConstantPointerNull>(ICI->getOperand(1)))