Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.h441 static inline bool isPTrueOpcode(unsigned Opc) { in isPTrueOpcode() function
H A DAArch64InstrInfo.cpp1322 if (isPTrueOpcode(MaskOpcode) && (PredIsPTestLike || PredIsWhileLike)) { in optimizePTestInstr()