Searched refs:NeedsCondInvert (Results 1 – 2 of 2) sorted by relevance
12794 bool NeedsCondInvert = false; in PerformSELECTCombine() local12801 NeedsCondInvert = true; in PerformSELECTCombine()12808 if (NeedsCondInvert) // Invert the condition if needed. in PerformSELECTCombine()12822 if (NeedsCondInvert) // Invert the condition if needed. in PerformSELECTCombine()12857 if (NeedsCondInvert) // Invert the condition if needed. in PerformSELECTCombine()
26617 bool NeedsCondInvert = false; in combineSelect() local26624 NeedsCondInvert = true; in combineSelect()26631 if (NeedsCondInvert) // Invert the condition if needed. in combineSelect()26645 if (NeedsCondInvert) // Invert the condition if needed. in combineSelect()26680 if (NeedsCondInvert) // Invert the condition if needed. in combineSelect()