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 280 Attributes NewAttrs = OldAttrs | Attrs;
281 if (NewAttrs == OldAttrs)
319 Attributes NewAttrs = OldAttrs & ~Attrs;
320 if (NewAttrs == OldAttrs)
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]

Completed in 78 milliseconds