Home
last modified time | relevance | path

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

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