Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp877 const Pointer &CarryOutPtr = S.Stk.pop<Pointer>(); in interp__builtin_carryop() local
919 assignInteger(S, CarryOutPtr, CarryOutT, CarryOut); in interp__builtin_carryop()
920 CarryOutPtr.initialize(); in interp__builtin_carryop()
1407 const Pointer &CarryOutPtr = S.Stk.pop<Pointer>(); in interp__builtin_ia32_addcarry_subborrow() local
1431 assignInteger(S, CarryOutPtr, CarryOutT, APSInt(std::move(Result), true)); in interp__builtin_ia32_addcarry_subborrow()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp5271 Address CarryOutPtr = EmitPointerWithAlignment(E->getArg(3)); in EmitBuiltinExpr() local
5302 Builder.CreateStore(CarryOut, CarryOutPtr); in EmitBuiltinExpr()