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

/external/llvm/lib/IR/
H A DInlineAsm.cpp163 InlineAsm::SubConstraintInfo &scInfo = local
165 if (scInfo.MatchingInput != -1)
168 scInfo.MatchingInput = ConstraintsSoFar.size();
201 InlineAsm::SubConstraintInfo &scInfo = local
203 MatchingInput = scInfo.MatchingInput;
204 Codes = scInfo.Codes;

Completed in 79 milliseconds