Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp358 ARMCC::CondCodes currentITCond() { in currentITCond() function in __anon6be9c9a00111::ARMAsmParser
7680 if (Cond != currentITCond()) { in validateInstruction()
7689 ARMCondCodeToString(currentITCond()) + "'"); in validateInstruction()
11376 ARMCC::CondCodes ITCond = currentITCond(); in MatchInstruction()