Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp303 ARMCC::CondCodes currentITCond() { in currentITCond() function in __anonb936c2650111::ARMAsmParser
6461 if (Cond != currentITCond()) { in validateInstruction()
6470 ARMCondCodeToString(currentITCond()) + "'"); in validateInstruction()
9208 ARMCC::CondCodes ITCond = currentITCond(); in MatchInstruction()