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.h373 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()),
392 return BoundsEqual(CountNode, RHS->getRawCountNode()) &&
418 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()),
422 return (CountNode == RHS->getRawCountNode()) &&
H A DVerifier.cpp1100 CheckDI(HasAssumedSizedArraySupport || N.getRawCountNode() || in visitDISubrange()
1103 CheckDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDISubrange()
1105 auto *CBound = N.getRawCountNode(); in visitDISubrange()
1131 CheckDI(N.getRawCountNode() || N.getRawUpperBound(), in visitDIGenericSubrange()
1133 CheckDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDIGenericSubrange()
1135 auto *CBound = N.getRawCountNode(); in visitDIGenericSubrange()
H A DDebugInfoMetadata.cpp478 Metadata *CB = getRawCountNode(); in getCount()
576 Metadata *CB = getRawCountNode(); in getCount()
H A DAsmWriter.cpp1948 auto *Count = N->getRawCountNode(); in writeDISubrange()
2004 auto *Count = N->getRawCountNode(); in writeDIGenericSubrange()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h369 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl()
387 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function
425 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl()
437 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1697 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDISubrange()
1710 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDIGenericSubrange()