Home
last modified time | relevance | path

Searched refs:getValueAsConstantRangeList (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h87 ArrayRef<ConstantRange> getValueAsConstantRangeList() const;
107 Profile(ID, getKindAsEnum(), getValueAsConstantRangeList()); in Profile()
H A DAttributes.cpp420 ArrayRef<ConstantRange> Attribute::getValueAsConstantRangeList() const { in getValueAsConstantRangeList() function in Attribute
423 return pImpl->getValueAsConstantRangeList(); in getValueAsConstantRangeList()
519 return pImpl->getValueAsConstantRangeList(); in getInitializes()
872 ArrayRef<ConstantRange> AttributeImpl::getValueAsConstantRangeList() const { in getValueAsConstantRangeList() function in AttributeImpl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp165 ArrayRef<ConstantRange> CRL = LA.getValueAsConstantRangeList(); in cmpAttrs()
166 ArrayRef<ConstantRange> CRR = RA.getValueAsConstantRangeList(); in cmpAttrs()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp752 ConstantRangeList CBCRL = Attr.getValueAsConstantRangeList(); in getArgumentAccessInfo()
1227 A.getAttribute(Attribute::Initializes).getValueAsConstantRangeList(); in inferInitializes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h265 LLVM_ABI ArrayRef<ConstantRange> getValueAsConstantRangeList() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp2371 Inits = InitializesAttr.getValueAsConstantRangeList(); in getInitializesArgMemLoc()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1050 ArrayRef<ConstantRange> Val = Attr.getValueAsConstantRangeList(); in writeAttributeGroupTable()