Searched refs:ConsideredSExtType (Results 1 – 2 of 2) sorted by relevance
75 : FunctionPass(ID), Func(nullptr), ConsideredSExtType(nullptr) { in AArch64AddressTypePromotion()92 Type *ConsideredSExtType; member in __anon0a73e4580111::AArch64AddressTypePromotion172 ConsideredSExtType->getIntegerBitWidth()) in canGetThrough()185 (Inst->getType() == ConsideredSExtType || Inst->hasOneUse())) in shouldGetThrough()214 if (SExt->getType() != ConsideredSExtType) in shouldConsiderSExt()487 ConsideredSExtType = Type::getInt64Ty(Func->getContext()); in runOnFunction()
856 Type *ConsideredSExtType = in shouldConsiderAddressTypePromotion() local858 if (I.getType() != ConsideredSExtType) in shouldConsiderAddressTypePromotion()