Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInlineAsm.cpp109 bool DoneWithModifiers = false; in Parse() local
110 while (!DoneWithModifiers) { in Parse()
113 DoneWithModifiers = true; in Parse()
132 if (!DoneWithModifiers) { in Parse()