Searched refs:shouldGetThrough (Results 1 – 1 of 1) sorted by relevance
110 bool shouldGetThrough(const Instruction *Inst);178 bool AArch64AddressTypePromotion::shouldGetThrough(const Instruction *Inst) { in shouldGetThrough() function in AArch64AddressTypePromotion273 if (!canGetThrough(Inst) || !shouldGetThrough(Inst)) { in propagateSignExtension()460 } while (Inst && canGetThrough(Inst) && shouldGetThrough(Inst)); in analyzeSExtension()