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

/external/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp726 int DstAsmOperand = findAsmOperandNamed(Ops.second); local
731 if (DstAsmOperand == -1)
742 Op.AsmOperandNum = DstAsmOperand;

Completed in 53 milliseconds