Searched refs:AggArgToConstant (Results 1 – 2 of 2) sorted by relevance
93 DenseMap<unsigned, Constant *> AggArgToConstant; member
687 Region.AggArgToConstant.insert(std::make_pair(TypeIndex, CST)); in findExtractedInputToOverallInputMapping()863 if (Region.AggArgToConstant.find(AggArgIdx) != in replaceCalledFunction()864 Region.AggArgToConstant.end()) { in replaceCalledFunction()865 Constant *CST = Region.AggArgToConstant.find(AggArgIdx)->second; in replaceCalledFunction()969 for (std::pair<unsigned, Constant *> &Const : Region.AggArgToConstant) { in replaceConstants()