Searched refs:FalseTy (Results 1 – 2 of 2) sorted by relevance
687 EVT FalseTy = False.getValueType(); in performSELECTCombine() local689 if (!FalseTy.isInteger()) in performSELECTCombine()714 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()
8717 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local8724 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()8729 if (TrueTy == FalseTy) in shouldNotPrintDirectly()8732 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()8733 else if (FalseTy.isNull()) in shouldNotPrintDirectly()