Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/AArch64/
DAArch64InstrInfo.h312 bool isWhileOpcode(unsigned Opc) const;
DAArch64InstrInfo.cpp1312 bool PredIsWhileLike = isWhileOpcode(PredOpcode); in optimizePTestInstr()
8302 bool AArch64InstrInfo::isWhileOpcode(unsigned Opc) const { in isWhileOpcode() function in AArch64InstrInfo