Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
DVectorCombine.cpp477 uint64_t InsertIndex = InvalidIndex; in foldExtractExtract() local
480 m_InsertElt(m_Value(), m_Value(), m_ConstantInt(InsertIndex))); in foldExtractExtract()
484 InsertIndex)) in foldExtractExtract()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
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()
DInstructionSimplify.cpp4779 int InsertIndex = IndexC->getZExtValue(); in SimplifyShuffleVectorInst() local
4780 if (all_of(Indices, [InsertIndex](int MaskElt) { in SimplifyShuffleVectorInst()
4781 return MaskElt == InsertIndex || MaskElt == -1; in SimplifyShuffleVectorInst()