Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCExpr.h507 AShr, ///< Arithmetic shift right. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1361 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local