Searched refs:hasSExtAttr (Results 1 – 4 of 4) sorted by relevance
118 bool hasSExtAttr() const;
177 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
278 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()4396 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()
4714 if (Arg->hasSExtAttr()) in optimizeSwitchInst()