Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp651 bool isZBranch = false; // CmpMI is a cbz/cbnz instruction. in convert() local
671 isZBranch = true; in convert()
677 isZBranch = true; in convert()
695 if (isZBranch) in convert()
703 if (isZBranch) { in convert()