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

/freebsd-9.3-release/contrib/llvm/utils/TableGen/
H A DPseudoLoweringEmitter.cpp179 StringMap<unsigned>::iterator SourceOp = local
181 if (SourceOp == SourceOperands.end())
189 SourceOp->getValue();
191 DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << i << "\n");

Completed in 97 milliseconds