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