Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombiner.h166 bool &TrueIfSigned) { in isSignBitCheck() argument
169 TrueIfSigned = true; in isSignBitCheck()
172 TrueIfSigned = true; in isSignBitCheck()
175 TrueIfSigned = false; in isSignBitCheck()
178 TrueIfSigned = false; in isSignBitCheck()
182 TrueIfSigned = true; in isSignBitCheck()
186 TrueIfSigned = true; in isSignBitCheck()
190 TrueIfSigned = false; in isSignBitCheck()
194 TrueIfSigned = false; in isSignBitCheck()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1582 bool TrueIfSigned; in foldICmpTruncConstant() local
1583 if (isSignBitCheck(Pred, C, TrueIfSigned) && in foldICmpTruncConstant()
1586 return TrueIfSigned in foldICmpTruncConstant()
1609 bool TrueIfSigned = false; in foldICmpXorConstant() local
1618 if (TrueIfSigned) in foldICmpXorConstant()
1948 bool TrueIfSigned; in foldICmpOrConstant() local
1949 if (isSignBitCheck(Pred, C, TrueIfSigned) && in foldICmpOrConstant()
2207 bool TrueIfSigned = false; in foldICmpShlConstant() local
2278 bool TrueIfSigned; in foldICmpShrConstant() local
3016 bool TrueIfSigned; in foldICmpBitCast() local
[all …]