Searched refs:SExtInsts (Results 1 – 1 of 1) sorted by relevance
121 bool propagateSignExtension(Instructions &SExtInsts);135 void analyzeSExtension(Instructions &SExtInsts);252 AArch64AddressTypePromotion::propagateSignExtension(Instructions &SExtInsts) { in propagateSignExtension() argument258 while (!SExtInsts.empty()) { in propagateSignExtension()260 Instruction *SExt = SExtInsts.pop_back_val(); in propagateSignExtension()416 void AArch64AddressTypePromotion::analyzeSExtension(Instructions &SExtInsts) { in analyzeSExtension() argument467 SExtInsts.push_back(SExt); in analyzeSExtension()470 SExtInsts.push_back(AlreadySeen->second); in analyzeSExtension()489 Instructions SExtInsts; in runOnFunction() local490 analyzeSExtension(SExtInsts); in runOnFunction()[all …]