OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FirstRealElt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64PostLegalizerLowering.cpp
114
auto
FirstRealElt
= find_if(M, [](int Elt) { return Elt >= 0; });
115
if (
FirstRealElt
== M.end())
120
APInt ExpectedElt = APInt(MaskBits, *
FirstRealElt
+ 1);
125
make_range(std::next(
FirstRealElt
), M.end()),
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
8494
// Index of
FirstRealElt
in BlockElts
8520
const int *
FirstRealElt
= find_if(M, [](int Elt) { return Elt >= 0; });
8525
APInt ExpectedElt = APInt(MaskBits, *
FirstRealElt
+ 1);
8528
const int *FirstWrongElt = std::find_if(
FirstRealElt
+ 1, M.end(),
Completed in 91 milliseconds
Indexes created Thu Aug 06 00:25:04 UTC 2026