Home
last modified time | relevance | path

Searched refs:scPtrToInt (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h54 scPtrToInt, enumerator
123 return S->getSCEVType() == scPtrToInt || S->getSCEVType() == scTruncate || in classof()
137 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } in classof()
614 case scPtrToInt: in visit()
684 case scPtrToInt: in visitAll()
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp428 case scPtrToInt: in getRelevantLoop()
1858 case scPtrToInt: in costAndCollectOperands()
2007 case scPtrToInt: in isHighCostExpansionHelper()
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp275 case scPtrToInt: { in print()
386 case scPtrToInt: in getType()
420 case scPtrToInt: in operands()
525 : SCEVCastExpr(ID, scPtrToInt, Op, ITy) { in SCEVPtrToIntExpr()
758 case scPtrToInt: in CompareSCEVComplexity()
1013 ID.AddInteger(scPtrToInt); in getLosslessPtrToIntExpr()
2157 case scPtrToInt: in getCastExpr()
4106 case scPtrToInt: in scevUnconditionallyPropagatesPoisonFromOperands()
6300 case scPtrToInt: in getConstantMultipleImpl()
6561 case scPtrToInt: in getRangeRefIter()
[all …]