Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp126 bool shouldConsiderSExt(const Instruction *SExt) const;
214 AArch64AddressTypePromotion::shouldConsiderSExt(const Instruction *SExt) const { in shouldConsiderSExt() function in AArch64AddressTypePromotion
426 if (!isa<SExtInst>(SExt) || !shouldConsiderSExt(SExt)) in analyzeSExtension()