Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h404 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()),
423 return BoundsEqual(CountNode, RHS->getRawCountNode()) &&
449 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()),
453 return (CountNode == RHS->getRawCountNode()) &&
H A DDebugInfoMetadata.cpp662 Metadata *CB = getRawCountNode(); in getCount()
760 Metadata *CB = getRawCountNode(); in getCount()
H A DVerifier.cpp1184 CheckDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDISubrange()
1186 auto *CBound = N.getRawCountNode(); in visitDISubrange()
1212 CheckDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDIGenericSubrange()
1214 auto *CBound = N.getRawCountNode(); in visitDIGenericSubrange()
H A DAsmWriter.cpp2149 Printer.printMetadataOrInt("count", N->getRawCountNode(), in writeDISubrange()
2185 auto *Count = N->getRawCountNode(); in writeDIGenericSubrange()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h373 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl()
391 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function
429 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl()
441 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1875 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDISubrange()
1888 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDIGenericSubrange()