Home
last modified time | relevance | path

Searched refs:getValueAsConstantRange (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h85 const ConstantRange &getValueAsConstantRange() const;
102 Profile(ID, getKindAsEnum(), getValueAsConstantRange()); in Profile()
H A DAttributes.cpp405 const ConstantRange &Attribute::getValueAsConstantRange() const { in getValueAsConstantRange() function in Attribute
408 return pImpl->getValueAsConstantRange(); in getValueAsConstantRange()
498 return pImpl->getValueAsConstantRange(); in getRange()
659 const ConstantRange &CR = getValueAsConstantRange(); in getAsString()
798 const ConstantRange &AttributeImpl::getValueAsConstantRange() const { in getValueAsConstantRange() function in AttributeImpl
H A DVerifier.cpp2074 Attrs.getAttribute(Attribute::Range).getValueAsConstantRange(); in verifyParameterAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h237 const ConstantRange &getValueAsConstantRange() const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp976 emitConstantRange(Record, Attr.getValueAsConstantRange(), in writeAttributeGroupTable()