Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp944 AssertDI(HasAssumedSizedArraySupport || N.getRawCountNode() || in visitDISubrange()
947 AssertDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDISubrange()
949 auto *CBound = N.getRawCountNode(); in visitDISubrange()
975 AssertDI(N.getRawCountNode() || N.getRawUpperBound(), in visitDIGenericSubrange()
977 AssertDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDIGenericSubrange()
979 auto *CBound = N.getRawCountNode(); in visitDIGenericSubrange()
H A DAsmWriter.cpp1900 auto *Count = N->getRawCountNode(); in writeDISubrange()
1959 auto *Count = N->getRawCountNode(); in writeDIGenericSubrange()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1579 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDISubrange()
1592 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDIGenericSubrange()