Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:RetAttrs

878   llvm::Attributes RetAttrs;
912 RetAttrs |= llvm::Attribute::NoAlias;
928 RetAttrs |= llvm::Attribute::SExt;
930 RetAttrs |= llvm::Attribute::ZExt;
949 if (RetAttrs)
950 PAL.push_back(llvm::AttributeWithIndex::get(0, RetAttrs));