Home
last modified time | relevance | path

Searched refs:TyActn (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp2731 auto TyActn = TLI.getTypeAction(*DAG.getContext(), N0.getValueType()); in visitADDLike() local
2732 bool NoAddCarry = TyActn == TargetLoweringBase::TypeLegal || in visitADDLike()
2733 TyActn == TargetLoweringBase::TypePromoteInteger || in visitADDLike()