Searched refs:hasSExtAttr (Results 1 – 9 of 9) sorted by relevance
107 bool hasSExtAttr() const;
124 bool hasSExtAttr() const;
178 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
158 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
323 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()4515 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()
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()
5839 if (Arg->hasSExtAttr()) in optimizeSwitchInst()