Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h87 ArrayRef<ConstantRange> getValueAsConstantRangeList() const;
104 Profile(ID, getKindAsEnum(), getValueAsConstantRangeList()); in Profile()
H A DAttributes.cpp411 ArrayRef<ConstantRange> Attribute::getValueAsConstantRangeList() const { in getValueAsConstantRangeList() function in Attribute
414 return pImpl->getValueAsConstantRangeList(); in getValueAsConstantRangeList()
504 return pImpl->getValueAsConstantRangeList(); in getInitializes()
804 ArrayRef<ConstantRange> AttributeImpl::getValueAsConstantRangeList() const { in getValueAsConstantRangeList() function in AttributeImpl
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h241 ArrayRef<ConstantRange> getValueAsConstantRangeList() const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp982 ArrayRef<ConstantRange> Val = Attr.getValueAsConstantRangeList(); in writeAttributeGroupTable()