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