Searched refs:Fsh (Results 1 – 1 of 1) sorted by relevance
440 bool optimizeFunnelShift(IntrinsicInst *Fsh);7471 bool CodeGenPrepare::optimizeFunnelShift(IntrinsicInst *Fsh) { in optimizeFunnelShift() argument7472 Intrinsic::ID Opcode = Fsh->getIntrinsicID(); in optimizeFunnelShift()7486 Type *Ty = Fsh->getType(); in optimizeFunnelShift()7490 if (!match(Fsh->getOperand(2), in optimizeFunnelShift()7496 IRBuilder<> Builder(Fsh); in optimizeFunnelShift()7497 Value *X = Fsh->getOperand(0), *Y = Fsh->getOperand(1); in optimizeFunnelShift()7501 replaceAllUsesWith(Fsh, NewSel, FreshBBs, IsHugeFunc); in optimizeFunnelShift()7502 Fsh->eraseFromParent(); in optimizeFunnelShift()