Searched refs:NeedInvert (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 110 bool &NeedInvert, const SDLoc &dl); 1569 bool &NeedInvert, in LegalizeSetCCCondCode() argument 1573 NeedInvert = false; in LegalizeSetCCCondCode() 1635 NeedInvert = true; in LegalizeSetCCCondCode() 2745 bool NeedInvert; in ExpandNode() local 3549 Tmp3, NeedInvert, dl); in ExpandNode() 3560 if (NeedInvert) in ExpandNode() 3635 getSetCCResultType(Tmp1.getValueType()), Tmp1, Tmp2, CC, NeedInvert, in ExpandNode() 3642 if (NeedInvert) in ExpandNode() 3667 Tmp2.getValueType()), Tmp2, Tmp3, Tmp4, NeedInvert, dl); in ExpandNode() [all …]
|