Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp2094 SmallVector<const SCEV *, 8> LargeOps; in getAddExpr() local
2104 LargeOps.push_back(T->getOperand()); in getAddExpr()
2106 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr()
2125 LargeOps.push_back(getMulExpr(LargeMulOps)); in getAddExpr()
2133 const SCEV *Fold = getAddExpr(LargeOps, Flags); in getAddExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp2501 SmallVector<const SCEV *, 8> LargeOps; in getAddExpr() local
2511 LargeOps.push_back(T->getOperand()); in getAddExpr()
2513 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr()
2532 LargeOps.push_back(getMulExpr(LargeMulOps, SCEV::FlagAnyWrap, Depth + 1)); in getAddExpr()
2540 const SCEV *Fold = getAddExpr(LargeOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp2376 SmallVector<const SCEV *, 8> LargeOps; in getAddExpr() local
2386 LargeOps.push_back(T->getOperand()); in getAddExpr()
2388 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr()
2407 LargeOps.push_back(getMulExpr(LargeMulOps, SCEV::FlagAnyWrap, Depth + 1)); in getAddExpr()
2415 const SCEV *Fold = getAddExpr(LargeOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()