Searched defs:hasNoAliasAttr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp145 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) { function
166 hasNoAliasAttr(V, LookThroughBitCast);
/external/llvm/lib/IR/
H A DFunction.cpp137 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
139 bool Argument::hasNoAliasAttr() const { function in class:Argument

Completed in 74 milliseconds