Searched refs:hasZExtAttr (Results 1 – 6 of 6) sorted by relevance
150 bool hasZExtAttr() const;
877 if (!Arg->hasZExtAttr() && !Arg->hasSExtAttr()) in TryToPromote()
7177 if (Arg->hasZExtAttr()) in optimizeSwitchType()
450 if (V != nullptr && isa<Argument>(V) && cast<Argument>(V)->hasZExtAttr()) in zeroExtendToI32()
265 bool Argument::hasZExtAttr() const { in hasZExtAttr() function in Argument
310 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()4539 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()