Searched refs:canGetThrough (Results 1 – 2 of 2) sorted by relevance
120 bool canGetThrough(const Instruction *Inst);157 bool AArch64AddressTypePromotion::canGetThrough(const Instruction *Inst) { in canGetThrough() function in AArch64AddressTypePromotion275 if (!canGetThrough(Inst) || !shouldGetThrough(Inst)) { in propagateSignExtension()462 } while (Inst && canGetThrough(Inst) && shouldGetThrough(Inst)); in analyzeSExtension()
2720 static bool canGetThrough(const Instruction *Inst, Type *ConsideredExtType,2803 bool TypePromotionHelper::canGetThrough(const Instruction *Inst, in canGetThrough() function in __anonebd7bfba0211::TypePromotionHelper2878 if (!ExtOpnd || !canGetThrough(ExtOpnd, ExtTy, PromotedInsts, IsSExt)) in getAction()