Searched refs:FalseTy (Results 1 – 2 of 2) sorted by relevance
4035 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local4042 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()4047 if (TrueTy == FalseTy) in shouldNotPrintDirectly()4050 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()4051 else if (FalseTy.isNull()) in shouldNotPrintDirectly()
595 EVT FalseTy = False.getValueType(); in performSELECTCombine() local597 if (!FalseTy.isInteger()) in performSELECTCombine()621 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()