Searched defs:Ashr (Results 1 – 7 of 7) sorted by relevance
103 BinaryOperator *Ashr = dyn_cast<BinaryOperator>(&I); in runOnFunction() local
253 Value *Ashr = Builder.CreateAShr(X, FullShift); visitImpl() local
1493 Value *Ashr = Builder.CreateAShr(Y, XBitSize - SrcBitSize); visitSExt() local 1547 Value *Ashr = Builder.CreateAShr(Builder.CreateShl(X, ShlAmtC), AshrAmtC); visitSExt() local
1616 Value *Ashr = Builder.CreateAShr(Op0, C, I.getName() + ".neg", true); visitSDiv() local
1721 if (Instruction *Ashr = foldAddToAshr(I)) visitAdd() local
698 const auto *Ashr = cast<Instruction>(FalseVal); foldSelectICmpLshrAshr() local
1508 TEST_F(ConstantRangeTest,Ashr) TEST_F() argument