Home
last modified time | relevance | path

Searched defs:WordShift (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm70/llvm-7.0.1.src/lib/Support/
H A DAPInt.cpp927 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2564 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2591 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/llvm90/llvm-9.0.1.src/lib/Support/
H A DAPInt.cpp923 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2601 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2628 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/llvm80/llvm-8.0.1.src/lib/Support/
H A DAPInt.cpp921 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2590 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2617 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Support/
H A DAPInt.cpp993 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2711 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2738 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Support/
H A DAPInt.cpp998 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2716 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2743 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/llvm10/llvm-10.0.1.src/lib/Support/
H A DAPInt.cpp1000 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2718 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2745 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1003 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2713 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2740 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Support/
H A DAPInt.cpp1003 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2713 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2740 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPInt.cpp999 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2717 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2744 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/llvm11/llvm-11.0.1.src/lib/Support/
H A DAPInt.cpp998 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2716 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2743 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp1000 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2718 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2745 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1003 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2713 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2740 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Support/
H A DAPInt.cpp1021 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2660 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2687 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1003 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2713 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2740 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Support/
H A DAPInt.cpp1000 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2718 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2745 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Support/
H A DAPInt.cpp999 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2717 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2744 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Support/
H A DAPInt.cpp1003 unsigned WordShift = ShiftAmt / APINT_BITS_PER_WORD; in ashrSlowCase() local
2713 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftLeft() local
2740 unsigned WordShift = std::min(Count / APINT_BITS_PER_WORD, Words); in tcShiftRight() local