Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp439 bool optimizeFunnelShift(IntrinsicInst *Fsh);
7075 bool CodeGenPrepare::optimizeFunnelShift(IntrinsicInst *Fsh) { in optimizeFunnelShift() argument
7076 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()