Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp818 QualType CarryOutType = Call->getArg(3)->getType()->getPointeeType(); in interp__builtin_carryop() local
819 PrimType CarryOutT = *S.getContext().classify(CarryOutType); in interp__builtin_carryop()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3571 EVT CarryOutType = N->getValueType(0); in combineCarryDiamond() local
3572 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()