Searched refs:CarryOutType (Results 1 – 2 of 2) sorted by relevance
818 QualType CarryOutType = Call->getArg(3)->getType()->getPointeeType(); in interp__builtin_carryop() local819 PrimType CarryOutT = *S.getContext().classify(CarryOutType); in interp__builtin_carryop()
3571 EVT CarryOutType = N->getValueType(0); in combineCarryDiamond() local3572 if (CarryOutType != Carry0.getValue(1).getValueType() || in combineCarryDiamond()3573 CarryOutType != Carry1.getValue(1).getValueType()) in combineCarryDiamond()3624 return DAG.getConstant(0, DL, CarryOutType); in combineCarryDiamond()