Home
last modified time | relevance | path

Searched defs:NewPred (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1770 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1779 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
1866 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local
1893 auto NewPred = in foldICmpAndConstant() local
1909 auto NewPred = in foldICmpAndConstant() local
3274 ICmpInst::Predicate NewPred = in foldICmpEqIntrinsicWithConstant() local
4516 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5380 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5386 auto NewPred = in foldICmpUsingKnownBits() local
5399 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1738 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT in foldICmpAndConstant() local
2722 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpBinOpEqualityWithConstant() local
2729 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpBinOpEqualityWithConstant() local
2749 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3367 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3374 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3636 ICmpInst::Predicate NewPred = in foldICmpEquality() local
4407 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
4413 auto NewPred = in foldICmpUsingKnownBits() local
4426 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
H A DInstCombineAndOrXor.cpp58 ICmpInst::Predicate NewPred; in getNewICmpValue() local
788 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
854 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local
893 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local
1241 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/7.0/
H A DInstCombineCompares.cpp1730 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT in foldICmpAndConstant() local
2723 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpBinOpEqualityWithConstant() local
2730 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpBinOpEqualityWithConstant() local
2750 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3324 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3331 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3596 ICmpInst::Predicate NewPred = in foldICmpEquality() local
4377 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
4384 auto NewPred = in foldICmpUsingKnownBits() local
4397 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
H A DInstCombineAndOrXor.cpp68 ICmpInst::Predicate NewPred; in getNewICmpValue() local
818 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
884 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local
923 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local
1145 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1770 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1779 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
1866 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local
1893 auto NewPred = in foldICmpAndConstant() local
1909 auto NewPred = in foldICmpAndConstant() local
3137 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
4398 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5269 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5275 auto NewPred = in foldICmpUsingKnownBits() local
5288 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1770 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1779 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
1866 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local
1893 auto NewPred = in foldICmpAndConstant() local
1909 auto NewPred = in foldICmpAndConstant() local
3137 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
4398 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5269 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5275 auto NewPred = in foldICmpUsingKnownBits() local
5288 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1770 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1779 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
1866 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local
1893 auto NewPred = in foldICmpAndConstant() local
1909 auto NewPred = in foldICmpAndConstant() local
3137 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
4398 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5269 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5275 auto NewPred = in foldICmpUsingKnownBits() local
5288 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1770 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1779 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
1866 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local
1893 auto NewPred = in foldICmpAndConstant() local
1909 auto NewPred = in foldICmpAndConstant() local
3137 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
4398 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5269 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5275 auto NewPred = in foldICmpUsingKnownBits() local
5288 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1770 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1779 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
1866 auto NewPred = TrueIfNeg ? CmpInst::ICMP_EQ : CmpInst::ICMP_NE; in foldICmpAndConstant() local
1893 auto NewPred = in foldICmpAndConstant() local
1909 auto NewPred = in foldICmpAndConstant() local
3137 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
4398 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5269 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5275 auto NewPred = in foldICmpUsingKnownBits() local
5288 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1668 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1677 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
1779 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT in foldICmpAndConstant() local
2863 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3611 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3618 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3883 ICmpInst::Predicate NewPred = in foldICmpEquality() local
4656 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
4662 auto NewPred = in foldICmpUsingKnownBits() local
4675 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
H A DInstCombineAndOrXor.cpp57 ICmpInst::Predicate NewPred; in getNewICmpValue() local
787 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
853 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local
892 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local
1273 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1764 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1773 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
3074 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3151 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local
4054 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp() local
4060 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp() local
4321 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5104 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5110 auto NewPred = in foldICmpUsingKnownBits() local
5123 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1742 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1751 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
3013 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3094 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local
3976 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3983 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
4251 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5039 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5045 auto NewPred = in foldICmpUsingKnownBits() local
5058 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
H A DInstCombineAndOrXor.cpp57 ICmpInst::Predicate NewPred; in getNewICmpValue() local
785 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
851 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local
890 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local
1388 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1763 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1772 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
3065 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3135 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local
3994 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
4001 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
4267 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5077 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5083 auto NewPred = in foldICmpUsingKnownBits() local
5096 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1742 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1751 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
3013 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3094 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local
3976 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3983 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
4251 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5039 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5045 auto NewPred = in foldICmpUsingKnownBits() local
5058 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
H A DInstCombineAndOrXor.cpp57 ICmpInst::Predicate NewPred; in getNewICmpValue() local
785 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
851 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local
890 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local
1388 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1725 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1734 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
3047 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3124 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local
4027 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp() local
4033 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp() local
4294 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5078 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5084 auto NewPred = in foldICmpUsingKnownBits() local
5097 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1762 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1771 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
3064 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3134 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local
3993 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
4000 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
4266 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5041 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5047 auto NewPred = in foldICmpUsingKnownBits() local
5060 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() 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 DInstCombineCompares.cpp1742 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1751 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
3013 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3094 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local
3976 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
3983 ICmpInst::Predicate NewPred = in foldICmpBinOp() local
4251 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5039 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5045 auto NewPred = in foldICmpUsingKnownBits() local
5058 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
H A DInstCombineAndOrXor.cpp57 ICmpInst::Predicate NewPred; in getNewICmpValue() local
785 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
851 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local
890 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local
1388 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1725 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpAndConstConst() local
1734 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpAndConstConst() local
3047 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
3124 ICmpInst::Predicate NewPred = Cmp.getPredicate() == ICmpInst::ICMP_EQ in foldICmpEqIntrinsicWithConstant() local
4027 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp() local
4033 ICmpInst::Predicate NewPred = I.getFlippedSignednessPredicate(); in foldICmpBinOp() local
4294 ICmpInst::Predicate NewPred = in foldICmpEquality() local
5078 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
5084 auto NewPred = in foldICmpUsingKnownBits() local
5097 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/Optimizer/IGCInstCombiner/4.0/
H A DInstCombineCompares.cpp1765 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_UGT in foldICmpAndConstant() local
1781 auto NewPred = Cmp.getPredicate() == CmpInst::ICMP_EQ ? CmpInst::ICMP_SGE in foldICmpAndConstant() local
2557 auto NewPred = isICMP_NE ? ICmpInst::ICMP_SLT : ICmpInst::ICMP_SGE; in foldICmpBinOpEqualityWithConstant() local
2564 auto NewPred = isICMP_NE ? ICmpInst::ICMP_UGE : ICmpInst::ICMP_ULT; in foldICmpBinOpEqualityWithConstant() local
2584 auto NewPred = isICMP_NE ? ICmpInst::ICMP_ULE : ICmpInst::ICMP_UGT; in foldICmpBinOpEqualityWithConstant() local
4005 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
4011 auto NewPred = in foldICmpUsingKnownBits() local
4024 auto NewPred = ICmpInst::getInversePredicate(Pred); in foldICmpUsingKnownBits() local
4187 CmpInst::Predicate NewPred = IsLE ? ICmpInst::ICMP_ULT: ICmpInst::ICMP_UGT; in canonicalizeCmpWithConstant() local
/dports/devel/llvm70/llvm-7.0.1.src/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp58 ICmpInst::Predicate NewPred; in getNewICmpValue() local
788 ICmpInst::Predicate NewPred; in simplifyRangeCheck() local
854 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_UGT : ICmpInst::ICMP_ULE; in foldAndOrOfEqualityCmpsWithConstants() local
893 auto NewPred = JoinedByAnd ? ICmpInst::ICMP_EQ : ICmpInst::ICMP_NE; in foldAndOrOfICmpsOfAndWithPow2() local
1114 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps() local

12345678