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