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

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

Completed in 1214 milliseconds