Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp11376 ARMCC::CondCodes ITCond = currentITCond(); in MatchInstruction() local
11377 if (InstCond == ITCond) { in MatchInstruction()
11380 } else if (InstCond == ARMCC::getOppositeCondition(ITCond)) { in MatchInstruction()