Searched refs:ShlOne (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1437 Constant *ShlOne = ConstantExpr::getShl(ConstantInt::get(Ty, 1), C); local
1438 return { Instruction::Mul, BO0, ShlOne };

Completed in 89 milliseconds