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

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp451 /// findAsmOperand - Find the AsmOperand with the specified name and
453 int findAsmOperand(StringRef N, int SubOpIdx) const { function in struct:__anon9296::MatchableInfo
1625 int SrcOperand = findAsmOperand(Name, SubIdx);

Completed in 53 milliseconds