Home | History | Annotate | Download | only in IPO

Lines Matching full:getcontext

522     AttributesVec.push_back(AttributeSet::get(F->getContext(),
543 push_back(AttributeSet::get(F->getContext(), Params.size(), B));
597 AttributesVec.push_back(AttributeSet::get(FTy->getContext(),
615 NF->setAttributes(AttributeSet::get(F->getContext(), AttributesVec));
644 AttributesVec.push_back(AttributeSet::get(F->getContext(),
659 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
666 ConstantInt::get(Type::getInt32Ty(F->getContext()), 0), 0 };
668 Idxs[1] = ConstantInt::get(Type::getInt32Ty(F->getContext()), i);
693 Type::getInt32Ty(F->getContext()) :
694 Type::getInt64Ty(F->getContext()));
722 push_back(AttributeSet::get(F->getContext(), Args.size(), B));
728 AttributesVec.push_back(AttributeSet::get(Call->getContext(),
736 cast<InvokeInst>(New)->setAttributes(AttributeSet::get(II->getContext(),
741 cast<CallInst>(New)->setAttributes(AttributeSet::get(New->getContext(),
797 ConstantInt::get(Type::getInt32Ty(F->getContext()), 0), 0 };
800 Idxs[1] = ConstantInt::get(Type::getInt32Ty(F->getContext()), i);