Searched refs:TyActn (Results 1 – 1 of 1) sorted by relevance
2731 auto TyActn = TLI.getTypeAction(*DAG.getContext(), N0.getValueType()); in visitADDLike() local2732 bool NoAddCarry = TyActn == TargetLoweringBase::TypeLegal || in visitADDLike()2733 TyActn == TargetLoweringBase::TypePromoteInteger || in visitADDLike()