Searched defs:IndexExprs (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 374 SmallVector<const SCEV *, 4> IndexExprs; in tryReassociateGEPAtIndex() local
|
H A D | StraightLineStrengthReduce.cpp | 488 SmallVector<const SCEV *, 4> IndexExprs; in allocateCandidatesAndFindBasisForGEP() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 372 SmallVector<const SCEV *, 4> IndexExprs; in tryReassociateGEPAtIndex() local
|
H A D | StraightLineStrengthReduce.cpp | 524 SmallVector<const SCEV *, 4> IndexExprs; in allocateCandidatesAndFindBasisForGEP() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | NaryReassociate.cpp | 400 SmallVector<const SCEV *, 4> IndexExprs; in tryReassociateGEPAtIndex() local
|
H A D | StraightLineStrengthReduce.cpp | 534 SmallVector<const SCEV *, 4> IndexExprs; in allocateCandidatesAndFindBasisForGEP() local
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Expr.cpp | 3526 ArrayRef<Expr*> IndexExprs, in DesignatedInitExpr() 3590 ArrayRef<Expr*> IndexExprs, in Create()
|
H A D | ASTImporter.cpp | 5445 SmallVector<Expr *, 4> IndexExprs(DIE->getNumSubExprs() - 1); in VisitDesignatedInitExpr() local
|
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaInit.cpp | 1976 SmallVector<Expr*, 4> IndexExprs(NumIndexExprs); in CloneDesignatedInitExpr() local
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2974 const SmallVectorImpl<const SCEV *> &IndexExprs, in getGEPExpr() 4332 SmallVector<const SCEV *, 4> IndexExprs; in createNodeForGEP() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 3494 const SmallVectorImpl<const SCEV *> &IndexExprs) { in getGEPExpr() 5445 SmallVector<const SCEV *, 4> IndexExprs; in createNodeForGEP() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 3749 const SmallVectorImpl<const SCEV *> &IndexExprs) { in getGEPExpr() 6307 SmallVector<const SCEV *, 4> IndexExprs; in createNodeForGEP() local
|