reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
308 return getTemporary(getContext(), getRawCountNode(), getLowerBound()); 329 if (auto *MD = dyn_cast<ConstantAsMetadata>(getRawCountNode())) 332 if (auto *DV = dyn_cast<DIVariable>(getRawCountNode()))lib/Bitcode/Writer/BitcodeWriter.cpp
1517 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode()));
lib/IR/LLVMContextImpl.h333 : CountNode(N->getRawCountNode()), 346 return CountNode == RHS->getRawCountNode();unittests/IR/MetadataTest.cpp
1177 ASSERT_TRUE(isa<DIVariable>(N->getRawCountNode()));