reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Analysis/ScalarEvolution.h
  594   const SCEV *getSizeOfExpr(Type *IntTy, Type *AllocTy);

References

lib/Analysis/ScalarEvolution.cpp
 3521       const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, CurTy);
11144   return getSizeOfExpr(ETy, Ty);
lib/Analysis/ScalarEvolutionExpander.cpp
  429       const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy);
lib/Transforms/Scalar/IndVarSimplify.cpp
 2361     assert(SE->getSizeOfExpr(IntegerType::getInt64Ty(IndVar->getContext()),