HomeSort by relevance Sort by last modified time
    Searched defs:getDereferenceableBytes (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/IR/
CallSite.h 223 uint64_t getDereferenceableBytes(uint16_t i) const {
224 CALLSITE_DELEGATE_GETTER(getDereferenceableBytes(i));
318 else if (getDereferenceableBytes(0) > 0 &&
Function.h 237 uint64_t getDereferenceableBytes(unsigned i) const {
238 return AttributeSets.getDereferenceableBytes(i);
Attributes.h 189 uint64_t getDereferenceableBytes() const;
345 uint64_t getDereferenceableBytes(unsigned Index) const;
495 uint64_t getDereferenceableBytes() const { return DerefBytes; }
Instructions.h     [all...]
  /external/llvm/lib/IR/
Attributes.cpp 172 uint64_t Attribute::getDereferenceableBytes() const {
528 uint64_t AttributeSetNode::getDereferenceableBytes() const {
531 return I->getDereferenceableBytes();
678 B.getDereferenceableBytes())));
    [all...]
Function.cpp 79 else if (getDereferenceableBytes() > 0 &&
114 uint64_t Argument::getDereferenceableBytes() const {
117 return getParent()->getDereferenceableBytes(getArgNo()+1);
    [all...]

Completed in 93 milliseconds