Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp361 ARMCC::CondCodes currentITCond() { in currentITCond() function in __anon2aa686d00111::ARMAsmParser
7654 if (Cond != currentITCond()) { in validateInstruction()
7663 ARMCondCodeToString(currentITCond()) + "'"); in validateInstruction()
10890 ARMCC::CondCodes ITCond = currentITCond(); in MatchInstruction()