Searched defs:AShr (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | ir_builder_mixin.h | 252 llvm::Value* AShr(Args&&... args) { in AShr() function
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineSelect.cpp | 529 Value *AShr = Builder->CreateAShr(CmpLHS, Ty->getBitWidth()-1); in visitSelectInstWithICmp() local
|
/aosp_15_r20/external/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 405 AShr, ///< Arithmetic shift right. enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 445 AShr, ///< Arithmetic shift right. enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 1144 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local
|
/aosp_15_r20/external/llvm/bindings/ocaml/llvm/ |
H A D | llvm.ml | 175 | AShr Constructor
|
H A D | llvm.mli | 233 | AShr Constructor
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
H A D | MCExpr.h | 504 AShr, ///< Arithmetic shift right. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
D | MCExpr.h | 507 AShr, ///< Arithmetic shift right. enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineShifts.cpp | 1274 Value *AShr = Builder.CreateAShr(X, NewShAmt); in visitLShr() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
D | MCExpr.h | 515 AShr, ///< Arithmetic shift right. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | MCExpr.h | 515 AShr, ///< Arithmetic shift right. enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
D | MCExpr.h | 515 AShr, ///< Arithmetic shift right. enumerator
|
/aosp_15_r20/external/llvm/bindings/go/llvm/ |
H A D | ir.go | 196 AShr Opcode = C.LLVMAShr const
|