OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAddSubZExt
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp
3589
static bool
isAddSubZExt
(SDNode *N, SelectionDAG &DAG) {
3699
} else if (isN1ZExt &&
isAddSubZExt
(N0, DAG)) {
3702
} else if (isN0ZExt &&
isAddSubZExt
(N1, DAG)) {
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp
8973
static bool
isAddSubZExt
(SDNode *N, SelectionDAG &DAG) {
9009
} else if (isN1ZExt &&
isAddSubZExt
(N0, DAG)) {
9012
} else if (isN0ZExt &&
isAddSubZExt
(N1, DAG)) {
Completed in 108 milliseconds
Indexes created Sat Jun 13 00:24:39 UTC 2026