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

/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DPseudoLoweringEmitter.cpp130 StringMap<unsigned>::iterator SourceOp = local
132 if (SourceOp == SourceOperands.end())
140 SourceOp->getValue();
142 DEBUG(dbgs() << " " << SourceOp->getValue() << " ==> " << i << "\n");
/external/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 445 milliseconds