Home
last modified time | relevance | path

Searched refs:getRawCountNode (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h333 : CountNode(N->getRawCountNode()),
346 return CountNode == RHS->getRawCountNode();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h308 return getTemporary(getContext(), getRawCountNode(), getLowerBound()); in cloneImpl()
322 Metadata *getRawCountNode() const { in getRawCountNode() function
329 if (auto *MD = dyn_cast<ConstantAsMetadata>(getRawCountNode())) in getCount()
332 if (auto *DV = dyn_cast<DIVariable>(getRawCountNode())) in getCount()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1519 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDISubrange()