OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IdxI
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/IR/
Attributes.cpp
785
auto
IdxI
= Indices.begin(), IdxE = Indices.end();
788
while (I != E &&
IdxI
!= IdxE) {
789
if (getSlotIndex(I) < *
IdxI
)
791
else if (getSlotIndex(I) > *
IdxI
)
792
AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*
IdxI
++, A)));
794
AttrBuilder B(getSlotAttributes(I), *
IdxI
);
796
AttrSet.emplace_back(AttributeSet::get(C, *
IdxI
, B));
798
++
IdxI
;
805
while (
IdxI
!= IdxE)
806
AttrSet.emplace_back(AttributeSet::get(C, std::make_pair(*
IdxI
++, A)))
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonCommonGEP.cpp
788
Instruction *
IdxI
= dyn_cast<Instruction>(Node->Idx);
789
if (
IdxI
&& !DT->dominates(
IdxI
->getParent(), DomB))
[
all
...]
Completed in 83 milliseconds