Searched refs:InvPredOpcode (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4352 int InvPredOpcode; local
4353 InvPredOpcode = isPredicatedTrue(Opc) ? Hexagon::getFalsePredOpcode(Opc)
4355 if (InvPredOpcode >= 0) // Valid instruction with the inverted predicate.
4356 return InvPredOpcode;

Completed in 191 milliseconds