reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
88 DECLARE_TRANSPARENT_OPERAND_ACCESSORS(Value);
138 return static_cast<Constant*>(Op<0>().get()); 142 return static_cast<Constant*>(Op<0>().get());lib/CodeGen/AsmPrinter/AsmPrinter.cpp
1249 !isa<GlobalValue>(GV->getOperand(0))) 2657 const GlobalValue *FinalGV = dyn_cast<GlobalValue>(GV->getOperand(0));lib/IR/Globals.cpp
234 return GV->getNumOperands() == 0; 351 Op<0>() = InitVal; 371 Op<0>() = InitVal; 394 Op<0>().set(nullptr); 405 Op<0>().set(InitVal);lib/Target/NVPTX/NVPTXAsmPrinter.cpp
130 for (unsigned i = 0, e = GV->getNumOperands(); i != e; ++i) 131 DiscoverDependentGlobals(GV->getOperand(i), Others);