Home | History | Annotate | Download | only in InstCombine

Lines Matching full:truncbf

397     unsigned truncBf = I->getOperand(0)->getType()->getScalarSizeInBits();
398 DemandedMask = DemandedMask.zext(truncBf);
399 KnownZero = KnownZero.zext(truncBf);
400 KnownOne = KnownOne.zext(truncBf);