Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:ai

1633   for (Function::const_arg_iterator ai = F->arg_begin(), ae = F->arg_end();
1634 ai != ae; ++ai, ++j)
1636 Ops[j] = EmitNeonShiftVector(Ops[j], ai->getType(), rightshift);
1638 Ops[j] = Builder.CreateBitCast(Ops[j], ai->getType(), name);