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