Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h315 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()),
334 return BoundsEqual(CountNode, RHS->getRawCountNode()) &&
360 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()),
364 return (CountNode == RHS->getRawCountNode()) &&
H A DDebugInfoMetadata.cpp370 Metadata *CB = getRawCountNode(); in getCount()
464 Metadata *CB = getRawCountNode(); in getCount()
H A DVerifier.cpp947 AssertDI(HasAssumedSizedArraySupport || N.getRawCountNode() || in visitDISubrange()
950 AssertDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDISubrange()
952 auto *CBound = N.getRawCountNode(); in visitDISubrange()
978 AssertDI(N.getRawCountNode() || N.getRawUpperBound(), in visitDIGenericSubrange()
980 AssertDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDIGenericSubrange()
982 auto *CBound = N.getRawCountNode(); in visitDIGenericSubrange()
H A DAsmWriter.cpp1889 auto *Count = N->getRawCountNode(); in writeDISubrange()
1948 auto *Count = N->getRawCountNode(); in writeDIGenericSubrange()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h319 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl()
337 Metadata *getRawCountNode() const { in getRawCountNode() function
379 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl()
391 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1583 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDISubrange()
1596 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDIGenericSubrange()