Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp2072 Constant *ShlOne = ConstantFoldBinaryOpOperands( in getAlternateBinop() local
2074 assert(ShlOne && "Constant folding of immediate constants failed"); in getAlternateBinop()
2075 return {Instruction::Mul, BO0, ShlOne}; in getAlternateBinop()