Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:AllOnes

674     Constant *AllOnes = ConstantInt::getAllOnesValue(Ty);
675 Value *Mask = Builder.CreateShl(AllOnes, Op1);
815 Constant *AllOnes = ConstantInt::getAllOnesValue(Ty);
816 Value *Mask = Builder.CreateLShr(AllOnes, Op1);