Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp917 QualType CarryOutType = Call->getArg(3)->getType()->getPointeeType(); in interp__builtin_carryop() local
918 PrimType CarryOutT = *S.getContext().classify(CarryOutType); in interp__builtin_carryop()
1429 QualType CarryOutType = Call->getArg(3)->getType()->getPointeeType(); in interp__builtin_ia32_addcarry_subborrow() local
1430 PrimType CarryOutT = *S.getContext().classify(CarryOutType); in interp__builtin_ia32_addcarry_subborrow()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp3712 EVT CarryOutType = N->getValueType(0); in combineCarryDiamond() local
3713 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()