Searched refs:FalseTy (Results 1 – 2 of 2) sorted by relevance
574 EVT FalseTy = False.getValueType(); in performSELECTCombine() local576 if (!FalseTy.isInteger()) in performSELECTCombine()600 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()
3727 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local3734 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()3739 if (TrueTy == FalseTy) in shouldNotPrintDirectly()3742 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()3743 else if (FalseTy.isNull()) in shouldNotPrintDirectly()