Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp17068 static bool isSetCCOrZExtSetCC(const SDValue& Op, SetCCInfoAndKind &Info) { in isSetCCOrZExtSetCC() function
17090 if (isSetCCOrZExtSetCC(LHS, InfoAndKind) && in performSetccAddFolding()
17091 isSetCCOrZExtSetCC(RHS, InfoAndKind)) in performSetccAddFolding()
17095 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) { in performSetccAddFolding()
17097 if (!isSetCCOrZExtSetCC(LHS, InfoAndKind)) in performSetccAddFolding()