Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp10908 ARMCC::CondCodes InstCond = in MatchInstruction() local
10912 if (InstCond == ITCond) { in MatchInstruction()
10915 } else if (InstCond == ARMCC::getOppositeCondition(ITCond)) { in MatchInstruction()
10932 ARMCC::CondCodes InstCond = in MatchInstruction() local
10941 if (InstCond == ARMCC::AL) { in MatchInstruction()