Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DLLVMContextImpl.h375 : 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 DDebugInfoMetadata.cpp482 Metadata *CB = getRawCountNode(); in getCount()
580 Metadata *CB = getRawCountNode(); in getCount()
H A DVerifier.cpp1149 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 DAsmWriter.cpp2025 auto *Count = N->getRawCountNode(); in writeDISubrange()
2081 auto *Count = N->getRawCountNode(); in writeDIGenericSubrange()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h370 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 DBitcodeWriter.cpp1801 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDISubrange()
1814 Record.push_back(VE.getMetadataOrNullID(N->getRawCountNode())); in writeDIGenericSubrange()