Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1135 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local
H A DInstCombineMulDivRem.cpp1127 auto *AShr = BinaryOperator::CreateExactAShr( in visitSDiv() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCExpr.h502 AShr, ///< Arithmetic shift right. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.ml204 | AShr Constructor
H A Dllvm.mli228 | AShr Constructor
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go157 AShr Opcode = C.LLVMAShr const