Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DAsmParser.cpp463 AsmCond StartingCondState = TheCondState; in Run() local
475 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
476 TheCondState.Ignore != StartingCondState.Ignore) in Run()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp706 AsmCond StartingCondState = TheCondState; in Run() local
742 if (TheCondState.TheCond != StartingCondState.TheCond || in Run()
743 TheCondState.Ignore != StartingCondState.Ignore) in Run()