Searched refs:FindIndex (Results 1 – 2 of 2) sorted by relevance
1571 auto FindIndex = [](const SmallVector<std::pair<int, int>> &V, int M) { in foldSelectShuffle() local1579 ReconstructMask.push_back(FindIndex(V1, M)); in foldSelectShuffle()1581 ReconstructMask.push_back(NumElts + FindIndex(V2, M)); in foldSelectShuffle()
1529 auto FindIndex = [](ArrayRef<Value *> LiveVec, Value *Val) { in CreateGCRelocates() local1563 Value *BaseIdx = Builder.getInt32(FindIndex(LiveVariables, BasePtrs[i])); in CreateGCRelocates()