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

  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 145 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) {
166 hasNoAliasAttr(V, LookThroughBitCast);
  /external/llvm/lib/IR/
Function.cpp 137 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
139 bool Argument::hasNoAliasAttr() const {
    [all...]

Completed in 121 milliseconds