Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp3499 enum Hexagon::PredSense inPredSense; in getCondOpcode() local
3500 inPredSense = invertPredicate ? Hexagon::PredSense_false : in getCondOpcode()
3502 int CondOpcode = Hexagon::getPredOpcode(Opc, inPredSense); in getCondOpcode()