Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h374 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()),
393 return BoundsEqual(CountNode, RHS->getRawCountNode()) &&
419 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()),
423 return (CountNode == RHS->getRawCountNode()) &&
H A DVerifier.cpp1035 CheckDI(HasAssumedSizedArraySupport || N.getRawCountNode() || in visitDISubrange()
1038 CheckDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDISubrange()
1040 auto *CBound = N.getRawCountNode(); in visitDISubrange()
1066 CheckDI(N.getRawCountNode() || N.getRawUpperBound(), in visitDIGenericSubrange()
1068 CheckDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDIGenericSubrange()
1070 auto *CBound = N.getRawCountNode(); in visitDIGenericSubrange()
H A DDebugInfoMetadata.cpp411 Metadata *CB = getRawCountNode(); in getCount()
509 Metadata *CB = getRawCountNode(); in getCount()
H A DAsmWriter.cpp1890 auto *Count = N->getRawCountNode(); in writeDISubrange()
1946 auto *Count = N->getRawCountNode(); in writeDIGenericSubrange()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h359 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl()
377 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function
415 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl()
427 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1651 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDISubrange()
1664 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDIGenericSubrange()