Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1937 Constant *ShlOne = ConstantExpr::getShl(ConstantInt::get(Ty, 1), C); in getAlternateBinop() local
1938 return {Instruction::Mul, BO0, ShlOne}; in getAlternateBinop()