Home
last modified time | relevance | path

Searched refs:scSignExtend (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h41 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator
102 S->getSCEVType() == scSignExtend; in classof()
131 S->getSCEVType() == scSignExtend; in classof()
176 return S->getSCEVType() == scSignExtend; in classof()
579 case scSignExtend: in visit()
643 case scSignExtend: in visitAll()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp277 case scSignExtend: { in print()
386 case scSignExtend: in getType()
499 : SCEVIntegralCastExpr(ID, scSignExtend, op, ty) { in SCEVSignExtendExpr()
819 case scSignExtend: { in CompareSCEVComplexity()
1891 ID.AddInteger(scSignExtend); in getSignExtendExpr()
5287 case scSignExtend: in IsAvailableOnEntry()
6276 case scSignExtend: in getRangeViaFactoring()
8485 case scSignExtend: { in BuildConstantFromSCEV()
12430 case scSignExtend: in computeLoopDisposition()
12538 case scSignExtend: in computeBlockDisposition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp2283 case scSignExtend: in costAndCollectOperands()
2407 case scSignExtend: { in isHighCostExpansionHelper()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp944 case scSignExtend: in isHighCostExpansion()
2780 case scSignExtend: in getExprBase()