Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp410 bool optimizeFunnelShift(IntrinsicInst *Fsh);
2249 return optimizeFunnelShift(II); in optimizeCallInst()
6703 bool CodeGenPrepare::optimizeFunnelShift(IntrinsicInst *Fsh) { in optimizeFunnelShift() function in CodeGenPrepare