Searched refs:OtherMul (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2244 const SCEVMulExpr *OtherMul = cast<SCEVMulExpr>(Ops[OtherMulIdx]); in getAddExpr() local 2247 for (unsigned OMulOp = 0, e = OtherMul->getNumOperands(); in getAddExpr() 2249 if (OtherMul->getOperand(OMulOp) == MulOpSCEV) { in getAddExpr() 2258 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr() 2259 if (OtherMul->getNumOperands() != 2) { in getAddExpr() 2260 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() 2261 OtherMul->op_begin()+OMulOp); in getAddExpr() 2262 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2657 const SCEVMulExpr *OtherMul = cast<SCEVMulExpr>(Ops[OtherMulIdx]); in getAddExpr() local 2660 for (unsigned OMulOp = 0, e = OtherMul->getNumOperands(); in getAddExpr() 2662 if (OtherMul->getOperand(OMulOp) == MulOpSCEV) { in getAddExpr() 2671 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr() 2672 if (OtherMul->getNumOperands() != 2) { in getAddExpr() 2673 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() 2674 OtherMul->op_begin()+OMulOp); in getAddExpr() 2675 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2532 const SCEVMulExpr *OtherMul = cast<SCEVMulExpr>(Ops[OtherMulIdx]); in getAddExpr() local 2535 for (unsigned OMulOp = 0, e = OtherMul->getNumOperands(); in getAddExpr() 2537 if (OtherMul->getOperand(OMulOp) == MulOpSCEV) { in getAddExpr() 2546 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr() 2547 if (OtherMul->getNumOperands() != 2) { in getAddExpr() 2548 SmallVector<const SCEV *, 4> MulOps(OtherMul->op_begin(), in getAddExpr() 2549 OtherMul->op_begin()+OMulOp); in getAddExpr() 2550 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
|