Searched refs:getSizeOfExpr (Results 1 – 3 of 3) sorted by relevance
675 const SCEV *getSizeOfExpr(Type *IntTy, TypeSize Size);678 const SCEV *getSizeOfExpr(Type *IntTy, Type *AllocTy);
3792 const SCEV *ElementSize = getSizeOfExpr(IntIdxTy, CurTy); in getGEPExpr()4406 ScalarEvolution::getSizeOfExpr(Type *IntTy, TypeSize Size) { in getSizeOfExpr() function in ScalarEvolution4413 const SCEV *ScalarEvolution::getSizeOfExpr(Type *IntTy, Type *AllocTy) { in getSizeOfExpr() function in ScalarEvolution4414 return getSizeOfExpr(IntTy, getDataLayout().getTypeAllocSize(AllocTy)); in getSizeOfExpr()4418 return getSizeOfExpr(IntTy, getDataLayout().getTypeStoreSize(StoreTy)); in getStoreSizeOfExpr()13480 return getSizeOfExpr(ETy, Ty); in getElementSize()
959 const SCEV *Size = SE->getSizeOfExpr(IntPtrTy, SourceTy); in findForkedSCEVs()