Searched refs:CarryInBit (Results 1 – 2 of 2) sorted by relevance
1420 unsigned CarryInBit = CarryIn.ugt(0) ? 1 : 0; in interp__builtin_ia32_addcarry_subborrow() local1422 IsAdd ? (LHS.zext(BitWidth + 1) + (RHS.zext(BitWidth + 1) + CarryInBit)) in interp__builtin_ia32_addcarry_subborrow()1423 : (LHS.zext(BitWidth + 1) - (RHS.zext(BitWidth + 1) + CarryInBit)); in interp__builtin_ia32_addcarry_subborrow()
13889 unsigned CarryInBit = CarryIn.ugt(0) ? 1 : 0; in VisitBuiltinCallExpr() local13892 ? (LHS.zext(BitWidth + 1) + (RHS.zext(BitWidth + 1) + CarryInBit)) in VisitBuiltinCallExpr()13893 : (LHS.zext(BitWidth + 1) - (RHS.zext(BitWidth + 1) + CarryInBit)); in VisitBuiltinCallExpr()