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

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

Completed in 117 milliseconds