Searched refs:CarryOutType (Results 1 – 2 of 2) sorted by relevance
917 QualType CarryOutType = Call->getArg(3)->getType()->getPointeeType(); in interp__builtin_carryop() local918 PrimType CarryOutT = *S.getContext().classify(CarryOutType); in interp__builtin_carryop()1429 QualType CarryOutType = Call->getArg(3)->getType()->getPointeeType(); in interp__builtin_ia32_addcarry_subborrow() local1430 PrimType CarryOutT = *S.getContext().classify(CarryOutType); in interp__builtin_ia32_addcarry_subborrow()
3712 EVT CarryOutType = N->getValueType(0); in combineCarryDiamond() local3713 if (CarryOutType != Carry0.getValue(1).getValueType() || in combineCarryDiamond()3714 CarryOutType != Carry1.getValue(1).getValueType()) in combineCarryDiamond()3765 return DAG.getConstant(0, DL, CarryOutType); in combineCarryDiamond()