Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDAttributeImpl.h87 ArrayRef<ConstantRange> getValueAsConstantRangeList() const;
104 Profile(ID, getKindAsEnum(), getValueAsConstantRangeList()); in Profile()
HDAttributes.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-head/contrib/llvm-project/llvm/include/llvm/IR/
HDAttributes.h241 ArrayRef<ConstantRange> getValueAsConstantRangeList() const;
/freebsd-head/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp982 ArrayRef<ConstantRange> Val = Attr.getValueAsConstantRangeList(); in writeAttributeGroupTable()