Searched refs:getRawCountNode (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 315 : 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 D | DebugInfoMetadata.cpp | 370 Metadata *CB = getRawCountNode(); in getCount() 464 Metadata *CB = getRawCountNode(); in getCount()
|
| H A D | Verifier.cpp | 944 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 D | AsmWriter.cpp | 1900 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 D | DebugInfoMetadata.h | 319 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 D | BitcodeWriter.cpp | 1579 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDISubrange() 1592 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDIGenericSubrange()
|