Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64AddressTypePromotion.cpp111 bool shouldGetThrough(const Instruction *Inst);
179 bool AArch64AddressTypePromotion::shouldGetThrough(const Instruction *Inst) { in shouldGetThrough() function in AArch64AddressTypePromotion
272 if (!canGetThrough(Inst) || !shouldGetThrough(Inst)) { in propagateSignExtension()
459 } while (Inst && canGetThrough(Inst) && shouldGetThrough(Inst)); in analyzeSExtension()