Searched refs:hasSExtAttr (Results 1 – 15 of 15) sorted by relevance
117 bool hasSExtAttr() const;
124 bool hasSExtAttr() const;
143 bool hasSExtAttr() const;
911 if (!Arg->hasZExtAttr() && !Arg->hasSExtAttr()) in TryToPromote()
6821 if (Arg->hasSExtAttr()) in optimizeSwitchInst()
909 if (!Arg->hasZExtAttr() && !Arg->hasSExtAttr()) in TryToPromote()
6370 if (Arg->hasSExtAttr()) in optimizeSwitchInst()
178 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
183 bool Argument::hasSExtAttr() const { in hasSExtAttr() function in Argument
256 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()
320 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()4601 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()
320 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()4608 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()
4799 if (Arg->hasSExtAttr()) in optimizeSwitchInst()