Searched refs:Fsh (Results 1 – 1 of 1) sorted by relevance
439 bool optimizeFunnelShift(IntrinsicInst *Fsh);7075 bool CodeGenPrepare::optimizeFunnelShift(IntrinsicInst *Fsh) { in optimizeFunnelShift() argument7076 Intrinsic::ID Opcode = Fsh->getIntrinsicID(); in optimizeFunnelShift()7090 Type *Ty = Fsh->getType(); in optimizeFunnelShift()7094 if (!match(Fsh->getOperand(2), in optimizeFunnelShift()7100 IRBuilder<> Builder(Fsh); in optimizeFunnelShift()7101 Value *X = Fsh->getOperand(0), *Y = Fsh->getOperand(1); in optimizeFunnelShift()7105 replaceAllUsesWith(Fsh, NewSel, FreshBBs, IsHugeFunc); in optimizeFunnelShift()7106 Fsh->eraseFromParent(); in optimizeFunnelShift()