Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2040 Value *NewBO1 = Builder.CreateBinOp(Opcode, L1, R1); in foldVectorBinop() local
2041 if (auto *BO = dyn_cast<BinaryOperator>(NewBO1)) in foldVectorBinop()
2043 return new ShuffleVectorInst(NewBO0, NewBO1, Mask); in foldVectorBinop()