Home
last modified time | relevance | path

Searched refs:ShiftDiff (Results 1 – 25 of 131) sorted by relevance

123456

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineShifts.cpp639 Constant* ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
640 auto* NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
647 Constant* ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
649 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
738 Constant* ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
751 Constant* ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); in visitLShr() local
754 auto* NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
759 Value* NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
863 Constant* ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitAShr() local
864 auto* NewAShr = BinaryOperator::CreateAShr(X, ShiftDiff); in visitAShr()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp632 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
633 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
640 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
642 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
731 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
734 auto *NewLShr = BinaryOperator::CreateLShr(X, ShiftDiff); in visitLShr()
745 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); in visitLShr() local
748 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
753 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
858 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitAShr() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp632 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt);
633 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff);
640 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt);
642 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff);
731 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt);
734 auto *NewLShr = BinaryOperator::CreateLShr(X, ShiftDiff);
744 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt);
747 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff);
752 Value *NewShl = Builder.CreateShl(X, ShiftDiff);
857 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp931 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
932 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
939 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
941 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
952 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
953 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
962 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
1068 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1085 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1090 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp664 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
665 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
672 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
674 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
769 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
772 auto *NewLShr = BinaryOperator::CreateLShr(X, ShiftDiff); in visitLShr()
783 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); in visitLShr() local
786 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
791 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
896 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitAShr() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp937 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
938 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
945 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
947 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
958 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
959 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
968 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
1074 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1091 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1096 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp937 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
938 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
945 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
947 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
958 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
959 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
968 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
1074 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1091 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1096 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp937 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
938 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
945 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
947 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
958 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
959 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
968 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
1074 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1091 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1096 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp937 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
938 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
945 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
947 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
958 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
959 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
968 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
1074 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1091 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1096 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp806 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmtC - ShrAmt); in visitShl() local
807 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
814 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmtC); in visitShl() local
816 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
828 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
1032 auto *NewLShr = BinaryOperator::CreateLShr(X, ShiftDiff); in visitLShr()
1046 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1051 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
1276 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitAShr() local
1277 auto *NewAShr = BinaryOperator::CreateAShr(X, ShiftDiff); in visitAShr()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp937 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
938 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
945 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
947 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
958 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
959 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
968 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
1074 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1091 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1096 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp937 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
938 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
945 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
947 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
958 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
959 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
968 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
1074 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1091 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1096 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp937 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
938 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
945 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
947 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
958 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
959 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
968 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
1074 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1091 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1096 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp972 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
973 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
980 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
982 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
1083 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1086 auto *NewLShr = BinaryOperator::CreateLShr(X, ShiftDiff); in visitLShr()
1097 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); in visitLShr() local
1100 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1105 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
1279 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitAShr() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp965 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
966 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
973 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
975 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
1076 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1079 auto *NewLShr = BinaryOperator::CreateLShr(X, ShiftDiff); in visitLShr()
1090 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); in visitLShr() local
1093 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1098 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
1272 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitAShr() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp972 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
973 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
980 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
982 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
1083 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1086 auto *NewLShr = BinaryOperator::CreateLShr(X, ShiftDiff); in visitLShr()
1097 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); in visitLShr() local
1100 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1105 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
1279 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitAShr() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp965 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
966 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
973 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
975 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
1076 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1079 auto *NewLShr = BinaryOperator::CreateLShr(X, ShiftDiff); in visitLShr()
1090 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); in visitLShr() local
1093 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1098 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
1272 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitAShr() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp972 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShrAmt); in visitShl() local
973 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitShl()
980 Constant *ShiftDiff = ConstantInt::get(Ty, ShrAmt - ShAmt); in visitShl() local
982 cast<BinaryOperator>(Op0)->getOpcode(), X, ShiftDiff); in visitShl()
1083 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitLShr() local
1086 auto *NewLShr = BinaryOperator::CreateLShr(X, ShiftDiff); in visitLShr()
1097 Constant *ShiftDiff = ConstantInt::get(Ty, ShlAmt - ShAmt); in visitLShr() local
1100 auto *NewShl = BinaryOperator::CreateShl(X, ShiftDiff); in visitLShr()
1105 Value *NewShl = Builder.CreateShl(X, ShiftDiff); in visitLShr()
1279 Constant *ShiftDiff = ConstantInt::get(Ty, ShAmt - ShlAmt); in visitAShr() local
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineShifts.cpp400 uint32_t ShiftDiff = ShiftAmt2 - ShiftAmt1; in foldShiftByConstOfShiftByConst() local
409 ConstantInt *ShiftDiffCst = ConstantInt::get(Ty, ShiftDiff); in foldShiftByConstOfShiftByConst()
420 ConstantInt *ShiftDiffCst = ConstantInt::get(Ty, ShiftDiff); in foldShiftByConstOfShiftByConst()
441 ConstantInt *ShiftDiffCst = ConstantInt::get(Ty, ShiftDiff); in foldShiftByConstOfShiftByConst()
450 uint32_t ShiftDiff = ShiftAmt1 - ShiftAmt2; in foldShiftByConstOfShiftByConst() local
457 ConstantInt *ShiftDiffCst = ConstantInt::get(Ty, ShiftDiff); in foldShiftByConstOfShiftByConst()
467 ConstantInt *ShiftDiffCst = ConstantInt::get(Ty, ShiftDiff); in foldShiftByConstOfShiftByConst()
488 ConstantInt *ShiftDiffCst = ConstantInt::get(Ty, ShiftDiff); in foldShiftByConstOfShiftByConst()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/typenum-1.10.0/src/
H A Dprivate.rs97 pub trait ShiftDiff<Rhs> { trait
100 pub type ShiftDiffOut<A, Rhs> = <A as ShiftDiff<Rhs>>::Output;
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/typenum-1.10.0/src/
H A Dprivate.rs97 pub trait ShiftDiff<Rhs> { trait
100 pub type ShiftDiffOut<A, Rhs> = <A as ShiftDiff<Rhs>>::Output;
/dports/sysutils/vector/vector-0.10.0/cargo-crates/typenum-1.11.2/src/
H A Dprivate.rs97 pub trait ShiftDiff<Rhs> { interface
100 pub type ShiftDiffOut<A, Rhs> = <A as ShiftDiff<Rhs>>::Output;
/dports/misc/ruut/ruut-0.6.1/cargo-crates/typenum-1.11.2/src/
H A Dprivate.rs97 pub trait ShiftDiff<Rhs> { trait
100 pub type ShiftDiffOut<A, Rhs> = <A as ShiftDiff<Rhs>>::Output;
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/typenum-1.11.2/src/
H A Dprivate.rs97 pub trait ShiftDiff<Rhs> { interface
100 pub type ShiftDiffOut<A, Rhs> = <A as ShiftDiff<Rhs>>::Output;
/dports/graphics/rx/rx-0.4.0/cargo-crates/typenum-1.11.2/src/
H A Dprivate.rs97 pub trait ShiftDiff<Rhs> { trait
100 pub type ShiftDiffOut<A, Rhs> = <A as ShiftDiff<Rhs>>::Output;

123456