Home
last modified time | relevance | path

Searched defs:AShr (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h511 AShr, ///< Arithmetic shift right. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1445 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp5532 auto AShr = Builder.buildAShr(Ty, Add, C1); in applySDivByPow2() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp16544 auto *AShr = Builder.CreateAShr(Cast, 24, "", true); in optimizeExtendOrTruncateConversion() local