Home
last modified time | relevance | path

Searched refs:XorOpValue (Results 1 – 17 of 17) sorted by relevance

/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp1808 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1809 if (isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1812 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in ProcessBranchOnXOR()
1828 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1829 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1832 BlocksToFoldInto.push_back(XorOpValue.second); in ProcessBranchOnXOR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1808 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1809 if (isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1812 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in ProcessBranchOnXOR()
1828 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1829 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1832 BlocksToFoldInto.push_back(XorOpValue.second); in ProcessBranchOnXOR()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1808 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1809 if (isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1812 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in ProcessBranchOnXOR()
1828 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1829 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1832 BlocksToFoldInto.push_back(XorOpValue.second); in ProcessBranchOnXOR()
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp1839 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1840 if (isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1843 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in ProcessBranchOnXOR()
1859 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1860 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1863 BlocksToFoldInto.push_back(XorOpValue.second); in ProcessBranchOnXOR()
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp1830 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1831 if (isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1834 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in ProcessBranchOnXOR()
1850 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1851 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1854 BlocksToFoldInto.push_back(XorOpValue.second); in ProcessBranchOnXOR()
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp1823 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1824 if (isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1827 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in ProcessBranchOnXOR()
1843 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1844 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1847 BlocksToFoldInto.push_back(XorOpValue.second); in ProcessBranchOnXOR()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1815 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1816 if (isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1819 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in ProcessBranchOnXOR()
1835 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1836 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1839 BlocksToFoldInto.push_back(XorOpValue.second); in ProcessBranchOnXOR()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1893 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1894 if (isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1897 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in processBranchOnXOR()
1913 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1914 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1917 BlocksToFoldInto.push_back(XorOpValue.second); in processBranchOnXOR()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp1893 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1894 if (isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1897 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in processBranchOnXOR()
1913 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1914 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1917 BlocksToFoldInto.push_back(XorOpValue.second); in processBranchOnXOR()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1882 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1883 if (isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1886 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in processBranchOnXOR()
1902 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1903 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1906 BlocksToFoldInto.push_back(XorOpValue.second); in processBranchOnXOR()
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/Scalar/
H A DJumpThreading.cpp1815 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1816 if (isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1819 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in ProcessBranchOnXOR()
1835 for (const auto &XorOpValue : XorOpValues) { in ProcessBranchOnXOR() local
1836 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in ProcessBranchOnXOR()
1839 BlocksToFoldInto.push_back(XorOpValue.second); in ProcessBranchOnXOR()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1893 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1894 if (isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1897 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in processBranchOnXOR()
1913 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1914 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1917 BlocksToFoldInto.push_back(XorOpValue.second); in processBranchOnXOR()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1886 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1887 if (isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1890 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in processBranchOnXOR()
1906 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1907 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1910 BlocksToFoldInto.push_back(XorOpValue.second); in processBranchOnXOR()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1893 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1894 if (isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1897 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in processBranchOnXOR()
1913 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1914 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1917 BlocksToFoldInto.push_back(XorOpValue.second); in processBranchOnXOR()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1882 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1883 if (isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1886 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in processBranchOnXOR()
1902 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1903 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1906 BlocksToFoldInto.push_back(XorOpValue.second); in processBranchOnXOR()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1855 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1856 if (isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1859 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in processBranchOnXOR()
1875 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1876 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1879 BlocksToFoldInto.push_back(XorOpValue.second); in processBranchOnXOR()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp1893 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1894 if (isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1897 if (cast<ConstantInt>(XorOpValue.first)->isZero()) in processBranchOnXOR()
1913 for (const auto &XorOpValue : XorOpValues) { in processBranchOnXOR() local
1914 if (XorOpValue.first != SplitVal && !isa<UndefValue>(XorOpValue.first)) in processBranchOnXOR()
1917 BlocksToFoldInto.push_back(XorOpValue.second); in processBranchOnXOR()