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

  /external/llvm/lib/Transforms/IPO/
DeadArgumentElimination.cpp 657 Attributes RAttrs = PAL.getRetAttributes();
720 RAttrs &= ~Attribute::typeIncompatible(NRetTy);
722 assert((RAttrs & Attribute::typeIncompatible(NRetTy)) == 0
725 if (RAttrs)
726 AttributesVec.push_back(AttributeWithIndex::get(0, RAttrs));
787 Attributes RAttrs = CallPAL.getRetAttributes();
790 RAttrs &= ~Attribute::typeIncompatible(NF->getReturnType());
791 if (RAttrs)
792 AttributesVec.push_back(AttributeWithIndex::get(0, RAttrs));
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]

Completed in 968 milliseconds