reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ConstantFolding.cpp
 1121   if (auto *PN = dyn_cast<PHINode>(I)) {
 1152   if (!all_of(I->operands(), [](Use &U) { return isa<Constant>(U); }))
 1157   for (const Use &OpU : I->operands()) {
 1166   if (const auto *CI = dyn_cast<CmpInst>(I))
 1170   if (const auto *LI = dyn_cast<LoadInst>(I))
 1173   if (auto *IVI = dyn_cast<InsertValueInst>(I)) {
 1180   if (auto *EVI = dyn_cast<ExtractValueInst>(I)) {
 1186   return ConstantFoldInstOperands(I, Ops, DL, TLI);