Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h612 const SCEV *getStoreSizeOfExpr(Type *IntTy, Type *StoreTy);
/external/llvm-project/llvm/lib/Analysis/
DLoopAccessAnalysis.cpp229 SE->getStoreSizeOfExpr(IdxTy, Ptr->getType()->getPointerElementType()); in insert()
DScalarEvolution.cpp3684 const SCEV *ScalarEvolution::getStoreSizeOfExpr(Type *IntTy, Type *StoreTy) { in getStoreSizeOfExpr() function in ScalarEvolution