Searched refs:ArgPair (Results 1 – 1 of 1) sorted by relevance
1434 DenseMap<unsigned, unsigned>::iterator ArgPair; in replaceCalledFunction() local1471 ArgPair = Region.AggArgToExtracted.find(AggArgIdx); in replaceCalledFunction()1472 if (ArgPair != Region.AggArgToExtracted.end()) { in replaceCalledFunction()1473 Value *ArgumentValue = Call->getArgOperand(ArgPair->second); in replaceCalledFunction()