OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InsertIndex
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
VectorCombine.cpp
474
uint64_t
InsertIndex
= InvalidIndex;
477
m_InsertElt(m_Value(), m_Value(), m_ConstantInt(
InsertIndex
)));
481
InsertIndex
))
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LazyCallGraph.cpp
1661
int
InsertIndex
= EK == Edge::Kind::Call ? NewRC->SCCIndices[OriginalC]
1663
NewRC->SCCs.insert(NewRC->SCCs.begin() +
InsertIndex
, NewC);
1664
for (int I =
InsertIndex
, Size = NewRC->SCCs.size(); I < Size; ++I)
InstructionSimplify.cpp
4703
int
InsertIndex
= IndexC->getZExtValue();
4704
if (all_of(Indices, [
InsertIndex
](int MaskElt) {
4705
return MaskElt ==
InsertIndex
|| MaskElt == -1;
Completed in 32 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026