reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
165 if (auto *F = dyn_cast<Function>(V)) { 169 else if (auto *I = dyn_cast<Instruction>(V)) 174 if (isa<llvm::Argument>(V) || isa<GlobalValue>(V)) 174 if (isa<llvm::Argument>(V) || isa<GlobalValue>(V)) 175 Val = GlobalValue::dropLLVMManglingEscape(V->getName()); 176 else if (isa<Constant>(V)) { 178 V->printAsOperand(OS, /*PrintType=*/false); 179 } else if (auto *I = dyn_cast<Instruction>(V))