Home
last modified time | relevance | path

Searched defs:Ashr (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonOptimizeSZextends.cpp103 BinaryOperator *Ashr = dyn_cast<BinaryOperator>(&I); in runOnFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp258 Value *Ashr = Builder.CreateAShr(X, FullShift); in visitImpl() local
H A DInstCombineCasts.cpp1493 Value *Ashr = Builder.CreateAShr(Y, XBitSize - SrcBitSize); in visitSExt() local
1547 Value *Ashr = Builder.CreateAShr(Builder.CreateShl(X, ShlAmtC), AshrAmtC); in visitSExt() local
H A DInstCombineMulDivRem.cpp1624 Value *Ashr = Builder.CreateAShr(Op0, C, I.getName() + ".neg", true); in visitSDiv() local
H A DInstCombineAddSub.cpp1726 if (Instruction *Ashr = foldAddToAshr(I)) in visitAdd() local
H A DInstCombineSelect.cpp698 const auto *Ashr = cast<Instruction>(FalseVal); in foldSelectICmpLshrAshr() local