Searched refs:NeedInvert (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 110 bool &NeedInvert, SDLoc dl); 1823 bool &NeedInvert, in LegalizeSetCCCondCode() argument 1827 NeedInvert = false; in LegalizeSetCCCondCode() 1889 NeedInvert = true; in LegalizeSetCCCondCode() 2992 bool NeedInvert; in ExpandNode() local 3768 Tmp3, NeedInvert, dl); in ExpandNode() 3779 if (NeedInvert) in ExpandNode() 3854 getSetCCResultType(Tmp1.getValueType()), Tmp1, Tmp2, CC, NeedInvert, in ExpandNode() 3861 if (NeedInvert) in ExpandNode() 3886 Tmp2.getValueType()), Tmp2, Tmp3, Tmp4, NeedInvert, dl); in ExpandNode() [all …]
|