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

  /external/llvm/lib/IR/
Function.cpp 101 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
103 bool Argument::hasNoAliasAttr() const {
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 140 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) {
161 hasNoAliasAttr(V, LookThroughBitCast);

Completed in 40 milliseconds