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

  /external/llvm/lib/VMCore/
Attributes.cpp 284 Attributes NewAttrs = OldAttrs | Attrs;
285 if (NewAttrs == OldAttrs)
323 Attributes NewAttrs = OldAttrs & ~Attrs;
324 if (NewAttrs == OldAttrs)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 776 milliseconds