Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3579 EVT CarryOutType = N->getValueType(0); in combineCarryDiamond() local
3580 if (CarryOutType != Carry0.getValue(1).getValueType() || in combineCarryDiamond()
3581 CarryOutType != Carry1.getValue(1).getValueType()) in combineCarryDiamond()
3630 return DAG.getConstant(0, DL, CarryOutType); in combineCarryDiamond()