Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13349 static bool isSetCCOrZExtSetCC(const SDValue& Op, SetCCInfoAndKind &Info) { in isSetCCOrZExtSetCC() function
13371 if (isSetCCOrZExtSetCC(LHS, InfoAndKind) && in performSetccAddFolding()
13372 isSetCCOrZExtSetCC(RHS, InfoAndKind)) in performSetccAddFolding()
13376 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) { in performSetccAddFolding()
13378 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) in performSetccAddFolding()