Searched refs:shouldConsiderSExt (Results 1 – 1 of 1) sorted by relevance
126 bool shouldConsiderSExt(const Instruction *SExt) const;214 AArch64AddressTypePromotion::shouldConsiderSExt(const Instruction *SExt) const { in shouldConsiderSExt() function in AArch64AddressTypePromotion426 if (!isa<SExtInst>(SExt) || !shouldConsiderSExt(SExt)) in analyzeSExtension()