Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp713 MulCandidate *LHSMul = Pair.first; in InsertParallelMACs() local
715 LoadInst *BaseLHS = LHSMul->getBaseLoad(); in InsertParallelMACs()
718 WideLoads[BaseLHS]->getLoad() : CreateWideLoad(LHSMul->VecLd, Ty); in InsertParallelMACs()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7813 if (auto *LHSMul = dyn_cast<SCEVMulExpr>(LHS)) { in createSCEV() local
7814 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()