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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1481 Value *NewBO1 = Builder.CreateBinOp(Opcode, L1, R1); local
1482 if (auto *BO = dyn_cast<BinaryOperator>(NewBO1))
1484 return new ShuffleVectorInst(NewBO0, NewBO1, Mask);

Completed in 121 milliseconds