Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13766 static bool isSetCCOrZExtSetCC(const SDValue& Op, SetCCInfoAndKind &Info) { in isSetCCOrZExtSetCC() function
13788 if (isSetCCOrZExtSetCC(LHS, InfoAndKind) && in performSetccAddFolding()
13789 isSetCCOrZExtSetCC(RHS, InfoAndKind)) in performSetccAddFolding()
13793 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) { in performSetccAddFolding()
13795 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) in performSetccAddFolding()