Lines Matching refs:CST
467 Constant *CST = dyn_cast<Constant>(V); in constantMatches() local
468 if (!CST) in constantMatches()
478 GVNToConstant.insert(std::make_pair(GVN, CST)); in constantMatches()
481 if (Inserted || (GVNToConstantIt->second == CST)) in constantMatches()
969 if (Constant *CST = dyn_cast<Constant>(Input)) { in findExtractedInputToOverallInputMapping() local
971 Region.AggArgToConstant.insert(std::make_pair(AggArgIt->second, CST)); in findExtractedInputToOverallInputMapping()
975 Region.AggArgToConstant.insert(std::make_pair(TypeIndex, CST)); in findExtractedInputToOverallInputMapping()
1471 Constant *CST = It->second; in replaceCalledFunction() local
1473 << *CST << "\n"); in replaceCalledFunction()
1474 NewCallArgs.push_back(CST); in replaceCalledFunction()
1928 Constant *CST = Const.second; in replaceConstants() local
1932 VMap[CST] = Arg; in replaceConstants()
1933 LLVM_DEBUG(dbgs() << "Replacing uses of constant " << *CST in replaceConstants()