Searched refs:hasSExtAttr (Results 1 – 3 of 3) sorted by relevance
114 bool hasSExtAttr() const;
170 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
277 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()4410 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()