Searched refs:getRawCountNode (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | LLVMContextImpl.h | 404 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()), 423 return BoundsEqual(CountNode, RHS->getRawCountNode()) && 449 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()), 453 return (CountNode == RHS->getRawCountNode()) &&
|
| H A D | DebugInfoMetadata.cpp | 662 Metadata *CB = getRawCountNode(); in getCount() 760 Metadata *CB = getRawCountNode(); in getCount()
|
| H A D | Verifier.cpp | 1184 CheckDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDISubrange() 1186 auto *CBound = N.getRawCountNode(); in visitDISubrange() 1212 CheckDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDIGenericSubrange() 1214 auto *CBound = N.getRawCountNode(); in visitDIGenericSubrange()
|
| H A D | AsmWriter.cpp | 2149 Printer.printMetadataOrInt("count", N->getRawCountNode(), in writeDISubrange() 2185 auto *Count = N->getRawCountNode(); in writeDIGenericSubrange()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 373 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl() 391 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function 429 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl() 441 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1875 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDISubrange() 1888 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDIGenericSubrange()
|