Searched refs:hasSExtAttr (Results 1 – 5 of 5) sorted by relevance
124 bool hasSExtAttr() const;
178 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
277 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()4429 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()
4799 if (Arg->hasSExtAttr()) in optimizeSwitchInst()