Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp1682 for (unsigned OMulOp = 0, e = OtherMul->getNumOperands(); in getAddExpr() local
1683 OMulOp != e; ++OMulOp) in getAddExpr()
1684 if (OtherMul->getOperand(OMulOp) == MulOpSCEV) { in getAddExpr()
1693 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr()
1696 OtherMul->op_begin()+OMulOp); in getAddExpr()
1697 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp2247 for (unsigned OMulOp = 0, e = OtherMul->getNumOperands(); in getAddExpr() local
2248 OMulOp != e; ++OMulOp) in getAddExpr()
2249 if (OtherMul->getOperand(OMulOp) == MulOpSCEV) { in getAddExpr()
2258 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); 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-7.0/llvm/lib/Analysis/
DScalarEvolution.cpp2615 for (unsigned OMulOp = 0, e = OtherMul->getNumOperands(); in getAddExpr() local
2616 OMulOp != e; ++OMulOp) in getAddExpr()
2617 if (OtherMul->getOperand(OMulOp) == MulOpSCEV) { in getAddExpr()
2626 const SCEV *InnerMul2 = OtherMul->getOperand(OMulOp == 0); in getAddExpr()
2629 OtherMul->op_begin()+OMulOp); in getAddExpr()
2630 MulOps.append(OtherMul->op_begin()+OMulOp+1, OtherMul->op_end()); in getAddExpr()