Home
last modified time | relevance | path

Searched defs:Lshr (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/
H A Dshift.rs50 trait Lshr: DInt { trait
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/
H A Dshift.rs50 trait Lshr: DInt { trait
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/
H A Dshift.rs50 trait Lshr: DInt { interface
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/
H A Dshift.rs50 trait Lshr: DInt { trait
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/src/int/
H A Dshift.rs50 trait Lshr: DInt { trait
/aosp_15_r20/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp531 TEST_F(ConstantRangeTest, Lshr) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp627 Instruction *Lshr = BinaryOperator::CreateLShr(NewC, X); in SimplifyDemandedUseBits() local
H A DInstCombineShifts.cpp1585 Instruction *Lshr = BinaryOperator::CreateLShr(Op0, Op1); in visitAShr() local
H A DInstCombineMulDivRem.cpp1293 Instruction *Lshr = BinaryOperator::CreateLShr(A, B); in visitUDiv() local
H A DInstCombineCasts.cpp1093 Value *Lshr = Builder.CreateLShr(X, ShAmt); in transformZExtICmp() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp8463 APInt Lshr = Shl.lshr(ShiftAmt); in CTTZTableLookup() local