Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10853 ARMCC::CondCodes ITCond = currentITCond(); in MatchInstruction() local
10854 if (InstCond == ITCond) { in MatchInstruction()
10857 } else if (InstCond == ARMCC::getOppositeCondition(ITCond)) { in MatchInstruction()