Home | History | Annotate | Download | only in IPO

Lines Matching defs:Ops

680         std::vector<Value*> Ops;
686 Ops.reserve(SI->size());
695 Ops.push_back(ConstantInt::get(IdxTy, *II));
700 V = GetElementPtrInst::Create(V, Ops, V->getName()+".idx", Call);
701 Ops.clear();