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