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