Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:AShr

95   case Instruction::AShr:
113 case Instruction::AShr:
540 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1);
544 return ReplaceInstUsesWith(SI, Builder->CreateOr(AShr, C1));
546 Value *And = Builder->CreateAnd(AShr, C2->getValue()-C1->getValue());