Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAttributes.cpp94 return get(Context, Dereferenceable, Bytes); in getWithDereferenceableBytes()
167 assert(hasAttribute(Attribute::Dereferenceable) && in getDereferenceableBytes()
280 if (hasAttribute(Attribute::Dereferenceable)) { in getAsString()
429 case Attribute::Dereferenceable: in getAttrMask()
517 if (I->hasAttribute(Attribute::Dereferenceable)) in getDereferenceableBytes()
555 else if (Kind == Attribute::Dereferenceable) in Raw()
662 else if (Kind == Attribute::Dereferenceable) in get()
1030 Val != Attribute::Dereferenceable && in addAttribute()
1049 else if (Kind == Attribute::Dereferenceable) in addAttribute()
1067 else if (Val == Attribute::Dereferenceable) in removeAttribute()
[all …]
H A DAttributeImpl.h120 Kind == Attribute::Dereferenceable) && in IntAttributeImpl()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h91 Dereferenceable, ///< Pointer is known to be dereferenceable enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp733 return Attribute::Dereferenceable; in GetAttrFromCode()
838 else if (Kind == Attribute::Dereferenceable) in ParseAttributeGroupBlock()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp199 case Attribute::Dereferenceable: in getAttrKindEncoding()