Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp110 bool shouldGetThrough(const Instruction *Inst);
178 bool AArch64AddressTypePromotion::shouldGetThrough(const Instruction *Inst) { in shouldGetThrough() function in AArch64AddressTypePromotion
273 if (!canGetThrough(Inst) || !shouldGetThrough(Inst)) { in propagateSignExtension()
460 } while (Inst && canGetThrough(Inst) && shouldGetThrough(Inst)); in analyzeSExtension()