Home
last modified time | relevance | path

Searched refs:ConsideredSExtType (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp74 : FunctionPass(ID), Func(nullptr), ConsideredSExtType(nullptr) { in AArch64AddressTypePromotion()
91 Type *ConsideredSExtType; member in __anon0a73e4580111::AArch64AddressTypePromotion
171 ConsideredSExtType->getIntegerBitWidth()) in canGetThrough()
184 (Inst->getType() == ConsideredSExtType || Inst->hasOneUse())) in shouldGetThrough()
215 if (SExt->getType() != ConsideredSExtType) in shouldConsiderSExt()
485 ConsideredSExtType = Type::getInt64Ty(Func->getContext()); in runOnFunction()