Lines Matching defs:FirstRealElt
12476 // Index of FirstRealElt in BlockElts12502 const int *FirstRealElt = find_if(M, [](int Elt) { return Elt >= 0; });12507 APInt ExpectedElt = APInt(MaskBits, *FirstRealElt + 1);12510 bool FoundWrongElt = std::any_of(FirstRealElt + 1, M.end(), [&](int Elt) {