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 142 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) {
163 hasNoAliasAttr(V, LookThroughBitCast);
  /external/llvm/lib/IR/
Function.cpp 128 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
130 bool Argument::hasNoAliasAttr() const {
    [all...]

Completed in 1419 milliseconds