Home
last modified time | relevance | path

Searched refs:m_AnyIntegralConstant (Results 1 – 25 of 67) sorted by relevance

123

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp133 if (match(V, m_AnyIntegralConstant())) in visitImpl()
H A DInstCombineSelect.cpp1236 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))) in canonicalizeClampLike()
1279 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C1))))) in canonicalizeClampLike()
1290 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C2))))) in canonicalizeClampLike()
1369 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))))) in tryToReuseConstantFromSelectInComparison()
1392 if (!match(SelVal0, m_AnyIntegralConstant()) && in tryToReuseConstantFromSelectInComparison()
1393 !match(SelVal1, m_AnyIntegralConstant())) in tryToReuseConstantFromSelectInComparison()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp133 if (match(V, m_AnyIntegralConstant())) in visitImpl()
H A DInstCombineSelect.cpp1247 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))) in canonicalizeClampLike()
1290 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C1))))) in canonicalizeClampLike()
1301 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C2))))) in canonicalizeClampLike()
1380 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))))) in tryToReuseConstantFromSelectInComparison()
1403 if (!match(SelVal0, m_AnyIntegralConstant()) && in tryToReuseConstantFromSelectInComparison()
1404 !match(SelVal1, m_AnyIntegralConstant())) in tryToReuseConstantFromSelectInComparison()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1204 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))) in canonicalizeClampLike()
1247 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C1))))) in canonicalizeClampLike()
1258 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C2))))) in canonicalizeClampLike()
1337 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))))) in tryToReuseConstantFromSelectInComparison()
1360 if (!match(SelVal0, m_AnyIntegralConstant()) && in tryToReuseConstantFromSelectInComparison()
1361 !match(SelVal1, m_AnyIntegralConstant())) in tryToReuseConstantFromSelectInComparison()
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1204 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))) in canonicalizeClampLike()
1247 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C1))))) in canonicalizeClampLike()
1258 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C2))))) in canonicalizeClampLike()
1337 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))))) in tryToReuseConstantFromSelectInComparison()
1360 if (!match(SelVal0, m_AnyIntegralConstant()) && in tryToReuseConstantFromSelectInComparison()
1361 !match(SelVal1, m_AnyIntegralConstant())) in tryToReuseConstantFromSelectInComparison()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1204 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))) in canonicalizeClampLike()
1247 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C1))))) in canonicalizeClampLike()
1258 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C2))))) in canonicalizeClampLike()
1337 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))))) in tryToReuseConstantFromSelectInComparison()
1360 if (!match(SelVal0, m_AnyIntegralConstant()) && in tryToReuseConstantFromSelectInComparison()
1361 !match(SelVal1, m_AnyIntegralConstant())) in tryToReuseConstantFromSelectInComparison()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h228 if (match(V, PatternMatch::m_AnyIntegralConstant())) in isFreeToInvert()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h239 if (match(V, PatternMatch::m_AnyIntegralConstant())) in isFreeToInvert()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h239 if (match(V, PatternMatch::m_AnyIntegralConstant())) in isFreeToInvert()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h239 if (match(V, PatternMatch::m_AnyIntegralConstant())) in isFreeToInvert()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h239 if (match(V, PatternMatch::m_AnyIntegralConstant())) in isFreeToInvert()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h239 if (match(V, PatternMatch::m_AnyIntegralConstant())) in isFreeToInvert()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h239 if (match(V, PatternMatch::m_AnyIntegralConstant())) in isFreeToInvert()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h239 if (match(V, PatternMatch::m_AnyIntegralConstant())) in isFreeToInvert()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h239 if (match(V, PatternMatch::m_AnyIntegralConstant())) in isFreeToInvert()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1253 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))) in canonicalizeClampLike()
1296 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C1))))) in canonicalizeClampLike()
1307 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C2))))) in canonicalizeClampLike()
1386 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))))) in tryToReuseConstantFromSelectInComparison()
1409 if (!match(SelVal0, m_AnyIntegralConstant()) && in tryToReuseConstantFromSelectInComparison()
1410 !match(SelVal1, m_AnyIntegralConstant())) in tryToReuseConstantFromSelectInComparison()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1219 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))) in canonicalizeClampLike()
1262 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C1))))) in canonicalizeClampLike()
1273 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C2))))) in canonicalizeClampLike()
1352 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))))) in tryToReuseConstantFromSelectInComparison()
1375 if (!match(SelVal0, m_AnyIntegralConstant()) && in tryToReuseConstantFromSelectInComparison()
1376 !match(SelVal1, m_AnyIntegralConstant())) in tryToReuseConstantFromSelectInComparison()
H A DInstCombineNegator.cpp149 if (match(V, m_AnyIntegralConstant())) in visitImpl()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1219 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))) in canonicalizeClampLike()
1262 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C1))))) in canonicalizeClampLike()
1273 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C2))))) in canonicalizeClampLike()
1352 m_CombineAnd(m_AnyIntegralConstant(), m_Constant(C0)))))) in tryToReuseConstantFromSelectInComparison()
1375 if (!match(SelVal0, m_AnyIntegralConstant()) && in tryToReuseConstantFromSelectInComparison()
1376 !match(SelVal1, m_AnyIntegralConstant())) in tryToReuseConstantFromSelectInComparison()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp149 if (match(V, m_AnyIntegralConstant())) in visitImpl()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp149 if (match(V, m_AnyIntegralConstant())) in visitImpl()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp149 if (match(V, m_AnyIntegralConstant())) in visitImpl()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp149 if (match(V, m_AnyIntegralConstant())) in visitImpl()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp149 if (match(V, m_AnyIntegralConstant())) in visitImpl()

123