Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Addend

5085     // The ARM builtins (and instructions) have the addend as the first
5087 Value *Addend = Ops[0];
5092 Ops[2] = Addend;
5158 // The ARM builtins (and instructions) have the addend as the first
5205 llvm::Value *addend = Builder.CreateBitCast(Ops[0], tmp->getType());
5206 return Builder.CreateAdd(tmp, addend);