Home | History | Annotate | Download | only in IPO

Lines Matching refs:push_back

134       PointerArgs.push_back(std::pair<Argument*, unsigned>(I, ArgNo));
360 Indices.push_back(CI->getSExtValue());
387 Loads.push_back(LI);
389 Operands.push_back(0);
406 Operands.push_back(C->getSExtValue());
416 Loads.push_back(LI);
524 AttributesVec.push_back(AttributeWithIndex::get(0, attrs));
535 Params.push_back(STy->getElementType(i));
539 Params.push_back(I->getType());
541 AttributesVec.push_back(AttributeWithIndex::get(Params.size(), attrs));
563 Indices.push_back(cast<ConstantInt>(*II)->getSExtValue());
581 Params.push_back(GetElementPtrInst::getIndexedType(I->getType(), *SI));
594 AttributesVec.push_back(AttributeWithIndex::get(~0, attrs));
603 Params.push_back(Type::getInt32Ty(F->getContext()));
649 AttributesVec.push_back(AttributeWithIndex::get(0, attrs));
658 Args.push_back(*AI); // Unmodified argument
661 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
675 Args.push_back(new LoadInst(Idx, Idx->getName()+".val", Call));
697 Ops.push_back(ConstantInt::get(IdxTy, *II));
713 Args.push_back(newLoad);
719 Args.push_back(Constant::getNullValue(Type::getInt32Ty(F->getContext())));
723 Args.push_back(*AI);
725 AttributesVec.push_back(AttributeWithIndex::get(Args.size(), Attrs));
730 AttributesVec.push_back(AttributeWithIndex::get(~0, attrs));
843 Operands.push_back(cast<ConstantInt>(*II)->getSExtValue());