Searched refs:scZeroExtend (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolutionExpressions.h | 30 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator 74 S->getSCEVType() == scZeroExtend || in classof() 109 return S->getSCEVType() == scZeroExtend; in classof() 459 case scZeroExtend: in visit() 519 case scZeroExtend: in visitAll()
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionNormalization.cpp | 99 case scZeroExtend: return SE.getZeroExtendExpr(N, S->getType()); in TransformImpl()
|
D | ScalarEvolution.cpp | 145 case scZeroExtend: { in print() 248 case scZeroExtend: in getType() 342 : SCEVCastExpr(ID, scZeroExtend, op, ty) { in SCEVZeroExtendExpr() 606 case scZeroExtend: in compare() 1423 ID.AddInteger(scZeroExtend); in getZeroExtendExpr() 3848 case scConstant: case scTruncate: case scZeroExtend: case scSignExtend: in IsAvailableOnEntry() 6151 case scZeroExtend: { in BuildConstantFromSCEV() 9221 case scZeroExtend: in computeLoopDisposition() 9324 case scZeroExtend: in computeBlockDisposition()
|
D | ScalarEvolutionExpander.cpp | 1874 case scZeroExtend: in isHighCostExpansionHelper()
|
/external/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 763 case scZeroExtend: in isHighCostExpansion() 2477 case scZeroExtend: in getExprBase()
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 2054 (C->getSCEVType() == scSignExtend || C->getSCEVType() == scZeroExtend) in isConsecutivePtr()
|