Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:ResultBit

751           unsigned ResultBit = NTZ;
757 if (InputBit > ResultBit)
759 ConstantInt::get(I->getType(), InputBit-ResultBit));
762 ConstantInt::get(I->getType(), ResultBit-InputBit));