Home
last modified time | relevance | path

Searched refs:scConstant (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h41 scConstant, scTruncate, scZeroExtend, scSignExtend, scAddExpr, scMulExpr, enumerator
53 SCEV(ID, scConstant, 1), V(v) {} in SCEVConstant()
63 return S->getSCEVType() == scConstant; in classof()
571 case scConstant: in visit()
637 case scConstant: in visitAll()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp1895 if (S->getSCEVType() != scConstant && Set) { in FindValueInExprValueMap()
2272 case scConstant: in costAndCollectOperands()
2394 case scConstant: { in isHighCostExpansionHelper()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DVectorUtils.cpp227 if (M->getOperand(0)->getSCEVType() != scConstant) in getStrideFromPointer()
H A DScalarEvolution.cpp253 case scConstant: in print()
381 case scConstant: in getType()
446 ID.AddInteger(scConstant); in getConstant()
726 case scConstant: { in CompareSCEVComplexity()
5283 case scConstant: in IsAvailableOnEntry()
8481 case scConstant: in BuildConstantFromSCEV()
12425 case scConstant: in computeLoopDisposition()
12533 case scConstant: in computeBlockDisposition()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp936 case scConstant: in isHighCostExpansion()
2774 case scConstant: in getExprBase()