Searched refs:LHSMul (Results 1 – 2 of 2) sorted by relevance
713 MulCandidate *LHSMul = Pair.first; in InsertParallelMACs() local715 LoadInst *BaseLHS = LHSMul->getBaseLoad(); in InsertParallelMACs()718 WideLoads[BaseLHS]->getLoad() : CreateWideLoad(LHSMul->VecLd, Ty); in InsertParallelMACs()
7813 if (auto *LHSMul = dyn_cast<SCEVMulExpr>(LHS)) { in createSCEV() local7814 if (auto *OpC = dyn_cast<SCEVConstant>(LHSMul->getOperand(0))) { in createSCEV()7821 append_range(MulOps, LHSMul->operands().drop_front()); in createSCEV()7822 auto *NewMul = getMulExpr(MulOps, LHSMul->getNoWrapFlags()); in createSCEV()