Home
last modified time | relevance | path

Searched refs:IdxI (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/IR/
DAttributes.cpp868 auto IdxI = Indices.begin(), IdxE = Indices.end(); in addAttribute() local
871 while (I != E && IdxI != IdxE) { in addAttribute()
872 if (getSlotIndex(I) < *IdxI) in addAttribute()
874 else if (getSlotIndex(I) > *IdxI) in addAttribute()
875 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A))); in addAttribute()
877 AttrBuilder B(getSlotAttributes(I), *IdxI); in addAttribute()
879 AttrSet.emplace_back(AttributeSet::get(C, *IdxI, B)); in addAttribute()
881 ++IdxI; in addAttribute()
888 while (IdxI != IdxE) in addAttribute()
889 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A))); in addAttribute()
/external/llvm/lib/Target/Hexagon/
DHexagonCommonGEP.cpp787 Instruction *IdxI = dyn_cast<Instruction>(Node->Idx); in recalculatePlacement() local
788 if (IdxI && !DT->dominates(IdxI->getParent(), DomB)) in recalculatePlacement()