Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Carry

318 /// \arg Carry The carry returned by the llvm.*.with.overflow.*.
323 llvm::Value *&Carry) {
331 Carry = CGF.Builder.CreateExtractValue(Tmp, 1);
1887 llvm::Value *Carry;
1888 llvm::Value *Sum = EmitOverflowIntrinsic(*this, IntrinsicId, X, Y, Carry);
1891 return RValue::get(Carry);