Searched refs:NeedInvert (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeDAG.cpp | 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() [all …]
|