Searched refs:getSizeOfExpr (Results 1 – 4 of 4) sorted by relevance
660 const SCEV *getSizeOfExpr(Type *IntTy, Type *AllocTy);
869 const SCEV *Size = SE->getSizeOfExpr(IntPtrTy, SourceTy); in findForkedSCEVs()
3716 const SCEV *ElementSize = getSizeOfExpr(IntIdxTy, CurTy); in getGEPExpr()4233 const SCEV *ScalarEvolution::getSizeOfExpr(Type *IntTy, Type *AllocTy) { in getSizeOfExpr() function in ScalarEvolution13034 return getSizeOfExpr(ETy, Ty); in getElementSize()
480 const SCEV *ElSize = SE.getSizeOfExpr(IntIdxTy, ElTy); in expandAddToGEP()