Home
last modified time | relevance | path

Searched refs:getSizeOfExpr (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h620 const SCEV *getSizeOfExpr(Type *AllocTy);
/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp483 SE->getSizeOfExpr(SE->getEffectiveSCEVType(IV.getType()), ElTy); in getIncrmentFactorSCEV()
1493 SE->getSizeOfExpr(SE->getEffectiveSCEVType(Inst->getType()), ElTy); in replaceIV()
DIndVarSimplify.cpp1856 assert(SE->getSizeOfExpr(IntegerType::getInt64Ty(IndVar->getContext()), in genLoopLimit()
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1261 const SCEV *getSizeOfExpr(Type *IntTy, Type *AllocTy);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DIndVarSimplify.cpp1601 assert(SE->getSizeOfExpr( in LinearFunctionTestReplace()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolutionExpander.cpp394 const SCEV *ElSize = SE.getSizeOfExpr(ElTy); in expandAddToGEP()
DScalarEvolution.cpp2574 const SCEV *ScalarEvolution::getSizeOfExpr(Type *AllocTy) { in getSizeOfExpr() function in ScalarEvolution
3151 const SCEV *ElementSize = getSizeOfExpr(*GTI); in createNodeForGEP()
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp412 const SCEV *ElSize = SE.getSizeOfExpr(IntPtrTy, ElTy); in expandAddToGEP()
DScalarEvolution.cpp3007 const SCEV *ElementSize = getSizeOfExpr(IntPtrTy, CurTy); in getGEPExpr()
3237 const SCEV *ScalarEvolution::getSizeOfExpr(Type *IntTy, Type *AllocTy) { in getSizeOfExpr() function in ScalarEvolution
9203 return getSizeOfExpr(ETy, Ty); in getElementSize()