Searched refs:FalseTy (Results 1 – 2 of 2) sorted by relevance
698 EVT FalseTy = False.getValueType(); in performSELECTCombine() local700 if (!FalseTy.isInteger()) in performSELECTCombine()725 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True); in performSELECTCombine()
7176 QualType TrueTy, FalseTy; in shouldNotPrintDirectly() local7183 std::tie(FalseTy, FalseName) = in shouldNotPrintDirectly()7188 if (TrueTy == FalseTy) in shouldNotPrintDirectly()7191 return std::make_pair(FalseTy, FalseName); in shouldNotPrintDirectly()7192 else if (FalseTy.isNull()) in shouldNotPrintDirectly()