Searched refs:Fsh (Results 1 – 1 of 1) sorted by relevance
435 bool optimizeFunnelShift(IntrinsicInst *Fsh);6805 bool CodeGenPrepare::optimizeFunnelShift(IntrinsicInst *Fsh) { in optimizeFunnelShift() argument6806 Intrinsic::ID Opcode = Fsh->getIntrinsicID(); in optimizeFunnelShift()6820 Type *Ty = Fsh->getType(); in optimizeFunnelShift()6824 if (!match(Fsh->getOperand(2), in optimizeFunnelShift()6830 IRBuilder<> Builder(Fsh); in optimizeFunnelShift()6831 Value *X = Fsh->getOperand(0), *Y = Fsh->getOperand(1); in optimizeFunnelShift()6835 replaceAllUsesWith(Fsh, NewSel, FreshBBs, IsHugeFunc); in optimizeFunnelShift()6836 Fsh->eraseFromParent(); in optimizeFunnelShift()