Home
last modified time | relevance | path

Searched defs:CarryInBit (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp1420 unsigned CarryInBit = CarryIn.ugt(0) ? 1 : 0; in interp__builtin_ia32_addcarry_subborrow() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp13889 unsigned CarryInBit = CarryIn.ugt(0) ? 1 : 0; in VisitBuiltinCallExpr() local