Home
last modified time | relevance | path

Searched refs:m_NegatedPower2 (Results 1 – 25 of 36) sorted by relevance

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp205 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) { in visitMul()
1129 match(Op1, m_NegatedPower2()))) { in visitSDiv()
1130 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv()
1200 if (match(Op1, m_NegatedPower2())) { in visitSDiv()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp205 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) { in visitMul()
1129 match(Op1, m_NegatedPower2()))) { in visitSDiv()
1130 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv()
1200 if (match(Op1, m_NegatedPower2())) { in visitSDiv()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp205 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) { in visitMul()
1124 match(Op1, m_NegatedPower2()))) { in visitSDiv()
1125 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv()
1195 if (match(Op1, m_NegatedPower2())) { in visitSDiv()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp205 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) { in visitMul()
1129 match(Op1, m_NegatedPower2()))) { in visitSDiv()
1130 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv()
1200 if (match(Op1, m_NegatedPower2())) { in visitSDiv()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp205 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) { in visitMul()
1140 match(Op1, m_NegatedPower2()))) { in visitSDiv()
1141 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv()
1211 if (match(Op1, m_NegatedPower2())) { in visitSDiv()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp205 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) { in visitMul()
1129 match(Op1, m_NegatedPower2()))) { in visitSDiv()
1130 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv()
1200 if (match(Op1, m_NegatedPower2())) { in visitSDiv()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp205 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) { in visitMul()
1124 match(Op1, m_NegatedPower2()))) { in visitSDiv()
1125 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv()
1195 if (match(Op1, m_NegatedPower2())) { in visitSDiv()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp203 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) { in visitMul()
1109 match(Op1, m_NegatedPower2()))) { in visitSDiv()
1110 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv()
1180 if (match(Op1, m_NegatedPower2())) { in visitSDiv()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp205 if (Op0->hasOneUse() && match(Op1, m_NegatedPower2())) { in visitMul()
1129 match(Op1, m_NegatedPower2()))) { in visitSDiv()
1130 bool DivisorWasNegative = match(Op1, m_NegatedPower2()); in visitSDiv()
1200 if (match(Op1, m_NegatedPower2())) { in visitSDiv()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128)); in TEST_F()
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128)); in TEST_F()
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin)); in TEST_F()
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin)); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/IR/
H A DPatternMatch.cpp540 EXPECT_FALSE(m_NegatedPower2().match(C128));
541 EXPECT_TRUE(m_NegatedPower2().match(CNeg128));
549 EXPECT_TRUE(m_NegatedPower2().match(CIntMin));
550 EXPECT_TRUE(m_NegatedPower2().match(CNegIntMin));
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DPatternMatch.h447 inline cst_pred_ty<is_negated_power2> m_NegatedPower2() { in m_NegatedPower2() function
450 inline api_pred_ty<is_negated_power2> m_NegatedPower2(const APInt *&V) { in m_NegatedPower2() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DPatternMatch.h447 inline cst_pred_ty<is_negated_power2> m_NegatedPower2() { in m_NegatedPower2() function
450 inline api_pred_ty<is_negated_power2> m_NegatedPower2(const APInt *&V) { in m_NegatedPower2() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DPatternMatch.h447 inline cst_pred_ty<is_negated_power2> m_NegatedPower2() { in m_NegatedPower2() function
450 inline api_pred_ty<is_negated_power2> m_NegatedPower2(const APInt *&V) { in m_NegatedPower2() function

12