Home | History | Annotate | Download | only in Utils

Lines Matching refs:CondStr

76 inline static A64CC::CondCodes A64StringToCondCode(StringRef CondStr) {
77 return StringSwitch<A64CC::CondCodes>(CondStr.lower())