Lines Matching refs:NeedInvert
137 bool &NeedInvert, const SDLoc &dl);
1620 bool &NeedInvert, in LegalizeSetCCCondCode() argument
1624 NeedInvert = false; in LegalizeSetCCCondCode()
1648 NeedInvert = true; in LegalizeSetCCCondCode()
2646 bool NeedInvert; in ExpandNode() local
3566 Tmp3, NeedInvert, dl); in ExpandNode()
3577 if (NeedInvert) in ExpandNode()
3652 getSetCCResultType(Tmp1.getValueType()), Tmp1, Tmp2, CC, NeedInvert, in ExpandNode()
3659 if (NeedInvert) in ExpandNode()
3684 Tmp2.getValueType()), Tmp2, Tmp3, Tmp4, NeedInvert, dl); in ExpandNode()
3688 assert(!NeedInvert && "Don't know how to invert BR_CC!"); in ExpandNode()