Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Carry

179 /// \arg Carry The carry returned by the llvm.*.with.overflow.*.
184 llvm::Value *&Carry) {
192 Carry = CGF.Builder.CreateExtractValue(Tmp, 1);
1482 llvm::Value *Carry;
1483 llvm::Value *Sum = EmitOverflowIntrinsic(*this, IntrinsicId, X, Y, Carry);
1487 return RValue::get(Carry);