Searched refs:hasZExtAttr (Results 1 – 6 of 6) sorted by relevance
161 bool hasZExtAttr() const;
886 if (!Arg->hasZExtAttr() && !Arg->hasSExtAttr()) in TryToPromote()
7453 if (Arg->hasZExtAttr()) in optimizeSwitchType()
454 if (V != nullptr && isa<Argument>(V) && cast<Argument>(V)->hasZExtAttr()) in zeroExtendToI32()
308 bool Argument::hasZExtAttr() const { in hasZExtAttr() function in Argument
312 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) in isIntExtFree()4589 if ((IsZExt && Arg->hasZExtAttr()) || (!IsZExt && Arg->hasSExtAttr())) { in selectIntExt()