Searched refs:FirstRealElt (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64PostLegalizerCombiner.cpp119 auto FirstRealElt = find_if(M, [](int Elt) { return Elt >= 0; }); local
120 if (FirstRealElt == M.end())
125 APInt ExpectedElt = APInt(MaskBits, *FirstRealElt + 1);
130 make_range(std::next(FirstRealElt), M.end()),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7217 const int *FirstRealElt = find_if(M, [](int Elt) { return Elt >= 0; }); local
7222 APInt ExpectedElt = APInt(MaskBits, *FirstRealElt + 1);
7225 const int *FirstWrongElt = std::find_if(FirstRealElt + 1, M.end(),

Completed in 140 milliseconds