Home
last modified time | relevance | path

Searched refs:hasPointeeInMemoryValueAttr (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DArgument.h91 bool hasPointeeInMemoryValueAttr() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DValue.cpp753 if (A->hasPointeeInMemoryValueAttr()) in canBeFreed()
H A DFunction.cpp143 bool Argument::hasPointeeInMemoryValueAttr() const { in hasPointeeInMemoryValueAttr() function in Argument