HomeSort by relevance Sort by last modified time
    Searched defs:hasNoAliasAttr (Results 1 - 5 of 5) 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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
MemoryBuiltins.cpp 215 static bool hasNoAliasAttr(const Value *V, bool LookThroughBitCast) {
235 hasNoAliasAttr(V, LookThroughBitCast);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Function.cpp 135 bool Argument::hasNoAliasAttr() const {
    [all...]

Completed in 457 milliseconds