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

/external/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp127 bool shouldConsiderSExt(const Instruction *SExt) const;
213 AArch64AddressTypePromotion::shouldConsiderSExt(const Instruction *SExt) const { function in class:AArch64AddressTypePromotion
425 if (!isa<SExtInst>(SExt) || !shouldConsiderSExt(SExt))

Completed in 80 milliseconds