Home | History | Annotate | Download | only in InstCombine

Lines Matching full:istrue

747     bool isTrue = ICmpInst::isTrueWhenEqual(Pred);
748 return ReplaceInstUsesWith(ICI, ConstantInt::get(ICI.getType(), isTrue));