Searched refs:scInfo (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DInlineAsm.cpp168 InlineAsm::SubConstraintInfo &scInfo = local
170 if (scInfo.MatchingInput != -1)
173 scInfo.MatchingInput = ConstraintsSoFar.size();
204 InlineAsm::SubConstraintInfo &scInfo = local
206 MatchingInput = scInfo.MatchingInput;
207 Codes = scInfo.Codes;

Completed in 45 milliseconds