Home | History | Annotate | Download | only in IR

Lines Matching refs:ReadNone

194   if (hasAttribute(Attribute::ReadNone))
195 return "readnone";
372 case Attribute::ReadNone: return 1 << 9;
1115 .removeAttribute(Attribute::ReadNone)