Home | History | Annotate | Download | only in Scalar

Lines Matching defs:Ctx

2493 static void RemoveNonValidAttrAtIndex(LLVMContext &Ctx, AttrHolder &AH,
2497 R.addAttribute(Attribute::get(Ctx, Attribute::Dereferenceable,
2500 R.addAttribute(Attribute::get(Ctx, Attribute::DereferenceableOrNull,
2507 Ctx, Index, AttributeSet::get(Ctx, Index, R)));
2512 LLVMContext &Ctx = F.getContext();
2516 RemoveNonValidAttrAtIndex(Ctx, F, A.getArgNo() + 1);
2519 RemoveNonValidAttrAtIndex(Ctx, F, AttributeSet::ReturnIndex);
2526 LLVMContext &Ctx = F.getContext();
2527 MDBuilder Builder(Ctx);
2552 RemoveNonValidAttrAtIndex(Ctx, CS, i + 1);
2554 RemoveNonValidAttrAtIndex(Ctx, CS, AttributeSet::ReturnIndex);