Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dir_builder_mixin.h252 llvm::Value* AShr(Args&&... args) { in AShr() function
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp529 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1); in visitSelectInstWithICmp() local
/aosp_15_r20/external/llvm/include/llvm/MC/
H A DMCExpr.h405 AShr, ///< Arithmetic shift right. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCExpr.h445 AShr, ///< Arithmetic shift right. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1144 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml175 | AShr Constructor
H A Dllvm.mli233 | AShr Constructor
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/
H A DMCExpr.h504 AShr, ///< Arithmetic shift right. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DMCExpr.h507 AShr, ///< Arithmetic shift right. enumerator
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1274 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DMCExpr.h515 AShr, ///< Arithmetic shift right. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DMCExpr.h515 AShr, ///< Arithmetic shift right. enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DMCExpr.h515 AShr, ///< Arithmetic shift right. enumerator
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dir.go196 AShr Opcode = C.LLVMAShr const