Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6163 const int *FirstRealElt = find_if(M, [](int Elt) { return Elt >= 0; }); in isEXTMask() local
6168 APInt ExpectedElt = APInt(MaskBits, *FirstRealElt + 1); in isEXTMask()
6171 const int *FirstWrongElt = std::find_if(FirstRealElt + 1, M.end(), in isEXTMask()