Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:isOne

205   return C1I->isOne() || C1I->isAllOnesValue() ||
206 C2I->isOne() || C2I->isAllOnesValue();