Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h55 scPtrToInt, enumerator
124 return S->getSCEVType() == scPtrToInt || S->getSCEVType() == scTruncate || in classof()
138 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } in classof()
618 case scPtrToInt: in visit()
688 case scPtrToInt: in visitAll()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp438 case scPtrToInt: in getRelevantLoop()
1885 case scPtrToInt: in costAndCollectOperands()
2008 case scPtrToInt: in isHighCostExpansionHelper()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp281 case scPtrToInt: { in print()
390 case scPtrToInt: in getType()
424 case scPtrToInt: in operands()
517 : SCEVCastExpr(ID, scPtrToInt, Op, ITy) { in SCEVPtrToIntExpr()
727 case scPtrToInt: in CompareSCEVComplexity()
1019 ID.AddInteger(scPtrToInt); in getLosslessPtrToIntExpr()
2160 case scPtrToInt: in getCastExpr()
4073 case scPtrToInt: in scevUnconditionallyPropagatesPoisonFromOperands()
6312 case scPtrToInt: in getConstantMultipleImpl()
6573 case scPtrToInt: in getRangeRefIter()
[all …]