Searched defs:Ashr (Results 1 – 6 of 6) sorted by relevance
103 BinaryOperator *Ashr = dyn_cast<BinaryOperator>(&I); in runOnFunction() local
253 Value *Ashr = Builder.CreateAShr(X, FullShift); visitImpl() local
1455 Value *Ashr = Builder.CreateAShr(Y, XBitSize - SrcBitSize); visitSExt() local 1509 Value *Ashr = Builder.CreateAShr(Builder.CreateShl(X, ShlAmtC), AshrAmtC); visitSExt() local
1488 Value *Ashr = Builder.CreateAShr(Op0, C, I.getName() + ".neg", true); visitSDiv() local
1666 if (Instruction *Ashr = foldAddToAshr(I)) visitAdd() local
682 const auto *Ashr = cast<Instruction>(FalseVal); foldSelectICmpLshrAshr() local