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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAttributes.cpp787 auto IdxI = Indices.begin(), IdxE = Indices.end(); local
790 while (I != E && IdxI != IdxE) {
791 if (getSlotIndex(I) < *IdxI)
793 else if (getSlotIndex(I) > *IdxI)
794 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI++, A)));
796 AttrBuilder B(getSlotAttributes(I), *IdxI); local
798 AttrSet.emplace_back(AttributeSet::get(C, *IdxI, B));
800 ++IdxI;
807 while (IdxI != IdxE)
808 AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*IdxI
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp788 Instruction *IdxI = dyn_cast<Instruction>(Node->Idx);
789 if (IdxI && !DT->dominates(IdxI->getParent(), DomB))

Completed in 184 milliseconds