Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAttributeImpl.h85 const ConstantRange &getValueAsConstantRange() const;
105 Profile(ID, getKindAsEnum(), getValueAsConstantRange()); in Profile()
H A DAttributes.cpp414 const ConstantRange &Attribute::getValueAsConstantRange() const { in getValueAsConstantRange() function in Attribute
417 return pImpl->getValueAsConstantRange(); in getValueAsConstantRange()
513 return pImpl->getValueAsConstantRange(); in getRange()
684 const ConstantRange &CR = getValueAsConstantRange(); in getAsString()
866 const ConstantRange &AttributeImpl::getValueAsConstantRange() const { in getValueAsConstantRange() function in AttributeImpl
H A DVerifier.cpp2153 Attrs.getAttribute(Attribute::Range).getValueAsConstantRange(); in verifyParameterAttrs()
3736 Call.getParamAttr(i, Attribute::Range).getValueAsConstantRange(); in visitCallBase()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelArguments.cpp183 Arg.getAttribute(Attribute::Range).getValueAsConstantRange(); in lowerKernelArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h261 LLVM_ABI const ConstantRange &getValueAsConstantRange() const;
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1044 emitConstantRange(Record, Attr.getValueAsConstantRange(), in writeAttributeGroupTable()