Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp15600 static bool isSetCCOrZExtSetCC(const SDValue& Op, SetCCInfoAndKind &Info) { in isSetCCOrZExtSetCC() function
15622 if (isSetCCOrZExtSetCC(LHS, InfoAndKind) && in performSetccAddFolding()
15623 isSetCCOrZExtSetCC(RHS, InfoAndKind)) in performSetccAddFolding()
15627 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) { in performSetccAddFolding()
15629 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) in performSetccAddFolding()