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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Function.cpp 96 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
98 bool Argument::hasNoAliasAttr() const {
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 167 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) {
188 hasNoAliasAttr(V, LookThroughBitCast);
  /external/llvm/lib/IR/
Function.cpp 143 /// hasNoAliasAttr - Return true if this argument has the noalias attribute on
145 bool Argument::hasNoAliasAttr() const {
    [all...]

Completed in 778 milliseconds