Home
last modified time | relevance | path

Searched refs:TrueIfSigned (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h177 bool &TrueIfSigned) { in isSignBitCheck() argument
180 TrueIfSigned = true; in isSignBitCheck()
183 TrueIfSigned = true; in isSignBitCheck()
186 TrueIfSigned = false; in isSignBitCheck()
189 TrueIfSigned = false; in isSignBitCheck()
193 TrueIfSigned = true; in isSignBitCheck()
197 TrueIfSigned = true; in isSignBitCheck()
201 TrueIfSigned = false; in isSignBitCheck()
205 TrueIfSigned = false; in isSignBitCheck()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1470 bool TrueIfSigned; in foldICmpTruncConstant() local
1471 if (isSignBitCheck(Pred, C, TrueIfSigned) && in foldICmpTruncConstant()
1554 bool TrueIfSigned = false; in foldICmpXorConstant() local
1563 if (TrueIfSigned) in foldICmpXorConstant()
2025 bool TrueIfSigned; in foldICmpOrConstant() local
2026 if (isSignBitCheck(Pred, C, TrueIfSigned) && in foldICmpOrConstant()
2321 bool TrueIfSigned = false; in foldICmpShlConstant() local
2392 bool TrueIfSigned; in foldICmpShrConstant() local
2394 isSignBitCheck(Pred, C, TrueIfSigned)) in foldICmpShrConstant()
3214 bool TrueIfSigned; in foldICmpBitCast() local
[all …]
H A DInstCombineSelect.cpp2587 bool TrueIfSigned = false; in foldSelectWithSRem() local
2590 IC.isSignBitCheck(Pred, *C, TrueIfSigned))) in foldSelectWithSRem()
2595 if (!TrueIfSigned) in foldSelectWithSRem()