/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | bit.rs | 443 pub trait Shl<Rhs = Self> { interface 464 impl Shl<$f> for $t { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | bit.rs | 443 pub trait Shl<Rhs = Self> { interface 464 impl Shl<$f> for $t { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | bit.rs | 443 pub trait Shl<Rhs = Self> { trait 464 impl Shl<$f> for $t { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | bit.rs | 443 pub trait Shl<Rhs = Self> { interface 464 impl Shl<$f> for $t { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/ops/ |
H A D | bit.rs | 443 pub trait Shl<Rhs = Self> { interface 464 impl Shl<$f> for $t { impl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 170 Value *Shl = Builder.CreateShl(FrX, Z, "mulshl", HasNUW, PropagateNSW); in foldMulShl1() local 181 Value *Shl = Builder.CreateShl(FrX, Z, "mulshl"); in foldMulShl1() local 227 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local 240 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local 889 auto *Shl = cast<OverflowingBinaryOperator>(Op1); in foldIDivShl() local 899 Value *Shl = Builder.CreateShl(ConstantInt::get(Ty, 1), Z); in foldIDivShl() local
|
H A D | InstCombineSimplifyDemanded.cpp | 586 Instruction *Shl = BinaryOperator::CreateShl(I->getOperand(0), ShiftC); in SimplifyDemandedUseBits() local 706 Instruction *Shl = BinaryOperator::CreateShl(NewC, X); in SimplifyDemandedUseBits() local 1161 Instruction *Shr, const APInt &ShrOp1, Instruction *Shl, in simplifyShrShlDemandedBits()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | ExpandLargeFpConvert.cpp | 207 Value *Shl = Builder.CreateShl(Or, Sub15); in expandFPToI() local 388 Value *Shl = in expandIToFP() local
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | code_generator_vector_arm64_neon.cc | 904 __ Shl(dst.V16B(), lhs.V16B(), value); in VisitVecShl() local 909 __ Shl(dst.V8H(), lhs.V8H(), value); in VisitVecShl() local 913 __ Shl(dst.V4S(), lhs.V4S(), value); in VisitVecShl() local 917 __ Shl(dst.V2D(), lhs.V2D(), value); in VisitVecShl() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/bigint/ |
D | shift.rs | 41 impl Shl<$rhs> for &BigInt { impl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 113 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
|
/aosp_15_r20/external/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 121 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptimizeSZextends.cpp | 116 Instruction *Shl = dyn_cast<Instruction>(Ashr->getOperand(0)); in runOnFunction() local
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | ops.rs | 221 impl Shl::shl { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | ops.rs | 221 impl Shl::shl { impl
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | ops.rs | 221 impl Shl::shl { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | ops.rs | 221 impl Shl::shl { impl
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/portable-simd/crates/core_simd/src/ |
H A D | ops.rs | 221 impl Shl::shl { impl
|
/aosp_15_r20/external/rust/android-crates-io/crates/num-bigint/src/biguint/ |
D | shift.rs | 127 impl Shl<$rhs> for &BigUint { impl
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 203 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local 217 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
D | tokens.go | 147 Shl // << const
|
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineMulDivRem.cpp | 205 Constant *Shl = ConstantExpr::getShl(C1, C2); in visitMul() local 228 BinaryOperator *Shl = BinaryOperator::CreateShl(NewOp, NewCst); in visitMul() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
H A D | ir_builder_mixin.h | 397 llvm::Value* Shl(Args&&... args) { in Shl() function
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | ConstantRangeTest.cpp | 512 TEST_F(ConstantRangeTest, Shl) { in TEST_F() argument
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | bn.rs | 1338 impl<'a> Shl<i32> for &'a BigNumRef { impl 1348 impl<'a> Shl<i32> for &'a BigNum { impl
|