Home | History | Annotate | Download | only in CodeGen

Lines Matching full:carry

179 /// \arg Carry The carry returned by the llvm.*.with.overflow.*.
184 llvm::Value *&Carry) {
192 Carry = CGF.Builder.CreateExtractValue(Tmp, 1);