Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp487 static const char *SgnNames[] = {"Positive", "Signed", "Unsigned"}; in operator <<() local
496 OS << "\n X:(" << SgnNames[Op.X.Sgn] << ") " << *Op.X.Val << "\n" in operator <<()
497 << " Y:(" << SgnNames[Op.Y.Sgn] << ") " << *Op.Y.Val; in operator <<()