Lines Matching refs:CST
466 Constant *CST = dyn_cast<Constant>(V); in constantMatches() local
467 if (!CST) in constantMatches()
477 GVNToConstant.insert(std::make_pair(GVN, CST)); in constantMatches()
480 if (Inserted || (GVNToConstantIt->second == CST)) in constantMatches()
981 if (Constant *CST = dyn_cast<Constant>(Input)) { in findExtractedInputToOverallInputMapping() local
983 Region.AggArgToConstant.insert(std::make_pair(AggArgIt->second, CST)); in findExtractedInputToOverallInputMapping()
987 Region.AggArgToConstant.insert(std::make_pair(TypeIndex, CST)); in findExtractedInputToOverallInputMapping()
1482 Constant *CST = Region.AggArgToConstant.find(AggArgIdx)->second; in replaceCalledFunction() local
1484 << *CST << "\n"); in replaceCalledFunction()
1485 NewCallArgs.push_back(CST); in replaceCalledFunction()
1941 Constant *CST = Const.second; in replaceConstants() local
1950 LLVM_DEBUG(dbgs() << "Replacing uses of constant " << *CST in replaceConstants()
1953 CST->replaceUsesWithIf(Arg, [OutlinedFunction](Use &U) { in replaceConstants()