Searched refs:LargeOps (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ScalarEvolution.cpp | 1532 SmallVector<const SCEV *, 8> LargeOps; in getAddExpr() local 1542 LargeOps.push_back(T->getOperand()); in getAddExpr() 1544 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr() 1564 LargeOps.push_back(getMulExpr(LargeMulOps)); in getAddExpr() 1572 const SCEV *Fold = getAddExpr(LargeOps, Flags); in getAddExpr()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2094 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-7.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 2456 SmallVector<const SCEV *, 8> LargeOps; in getAddExpr() local 2466 LargeOps.push_back(T->getOperand()); in getAddExpr() 2468 LargeOps.push_back(getAnyExtendExpr(C, SrcType)); in getAddExpr() 2487 LargeOps.push_back(getMulExpr(LargeMulOps, SCEV::FlagAnyWrap, Depth + 1)); in getAddExpr() 2495 const SCEV *Fold = getAddExpr(LargeOps, SCEV::FlagAnyWrap, Depth + 1); in getAddExpr()
|