Lines Matching full:getcontext
37 return Type::getInt32Ty(Ty->getContext());
95 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3);
176 Type *ITy = IntegerType::get(MI->getContext(), Len*8); // n=1 -> i8.
390 Type *IntTy64 = Type::getInt64Ty(II.getContext());
433 Type *IntTy8 = Type::getInt8Ty(II.getContext());
434 Type *IntTy32 = Type::getInt32Ty(II.getContext());
513 Type *IntTy8 = Type::getInt8Ty(II.getContext());
514 Type *IntTy32 = Type::getInt32Ty(II.getContext());
552 Type *IntTy64 = Type::getInt64Ty(II.getContext());
561 Type *IntTy8 = Type::getInt8Ty(II.getContext());
1086 VectorType::get(Type::getHalfTy(II->getContext()), RetWidth);
1422 auto NewC = ConstantDataVector::get(V->getContext(),
1463 ConstantDataVector::get(V->getContext(), makeArrayRef(Indexes, Size));
1572 ConstantInt::get(Type::getInt32Ty(II->getContext()),
1627 return ReplaceInstUsesWith(CI, ConstantFP::get(II->getContext(), Val));
1729 MDNode *MD = MDNode::get(II->getContext(), None);
1959 LLVMContext &Ctx = CS.getInstruction()->getContext();
1981 new StoreInst(ConstantInt::getTrue(Callee->getContext()),
1982 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())),
2013 new StoreInst(ConstantInt::getTrue(Callee->getContext()),
2014 UndefValue::get(Type::getInt1PtrTy(Callee->getContext())),
2217 attrVec.push_back(AttributeSet::get(Caller->getContext(),
2233 attrVec.push_back(AttributeSet::get(Caller->getContext(), i + 1,
2261 attrVec.push_back(AttributeSet::get(FT->getContext(), i + 1,
2269 attrVec.push_back(AttributeSet::get(Callee->getContext(), FnAttrs));
2274 const AttributeSet &NewCallerPAL = AttributeSet::get(Callee->getContext(),
2387 NewAttrs.push_back(AttributeSet::get(Caller->getContext(),
2400 NewAttrs.push_back(AttributeSet::get(Caller->getContext(),
2412 NewAttrs.push_back(AttributeSet::get(Caller->getContext(),
2422 NewAttrs.push_back(AttributeSet::get(FTy->getContext(),
2463 AttributeSet::get(FTy->getContext(), NewAttrs);