Searched refs:getRawCountNode (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | LLVMContextImpl.h | 375 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()), 394 return BoundsEqual(CountNode, RHS->getRawCountNode()) && 420 : CountNode(N->getRawCountNode()), LowerBound(N->getRawLowerBound()), 424 return (CountNode == RHS->getRawCountNode()) &&
|
H A D | DebugInfoMetadata.cpp | 482 Metadata *CB = getRawCountNode(); in getCount() 580 Metadata *CB = getRawCountNode(); in getCount()
|
H A D | Verifier.cpp | 1149 CheckDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDISubrange() 1151 auto *CBound = N.getRawCountNode(); in visitDISubrange() 1177 CheckDI(!N.getRawCountNode() || !N.getRawUpperBound(), in visitDIGenericSubrange() 1179 auto *CBound = N.getRawCountNode(); in visitDIGenericSubrange()
|
H A D | AsmWriter.cpp | 2025 auto *Count = N->getRawCountNode(); in writeDISubrange() 2081 auto *Count = N->getRawCountNode(); in writeDIGenericSubrange()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 370 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl() 388 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function 426 return getTemporary(getContext(), getRawCountNode(), getRawLowerBound(), in cloneImpl() 438 Metadata *getRawCountNode() const { return getOperand(0).get(); } in getRawCountNode() function
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 1801 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDISubrange() 1814 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDIGenericSubrange()
|