Home
last modified time | relevance | path

Searched refs:InsertIndex (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp474 uint64_t InsertIndex = InvalidIndex; in foldExtractExtract() local
477 m_InsertElt(m_Value(), m_Value(), m_ConstantInt(InsertIndex))); in foldExtractExtract()
481 InsertIndex)) in foldExtractExtract()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLazyCallGraph.cpp1661 int InsertIndex = EK == Edge::Kind::Call ? NewRC->SCCIndices[OriginalC] in addSplitFunction() local
1663 NewRC->SCCs.insert(NewRC->SCCs.begin() + InsertIndex, NewC); in addSplitFunction()
1664 for (int I = InsertIndex, Size = NewRC->SCCs.size(); I < Size; ++I) in addSplitFunction()
H A DInstructionSimplify.cpp4703 int InsertIndex = IndexC->getZExtValue(); in SimplifyShuffleVectorInst() local
4704 if (all_of(Indices, [InsertIndex](int MaskElt) { in SimplifyShuffleVectorInst()
4705 return MaskElt == InsertIndex || MaskElt == -1; in SimplifyShuffleVectorInst()