Searched refs:isSExtFree (Results 1 – 2 of 2) sorted by relevance
832 auto isSExtFree = [this](SDValue N) { in LowerSETCC() local857 if (IsNegative || isSExtFree(LHS) || isSExtFree(RHS)) in LowerSETCC()
1230 static bool isSExtFree(SDValue N) { in isSExtFree() function1291 if (isSExtFree(LHS) || isSExtFree(RHS)) { in LowerSETCC()