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