Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpressions.h54 scPtrToInt, enumerator
106 return S->getSCEVType() == scPtrToInt || S->getSCEVType() == scTruncate || in classof()
120 static bool classof(const SCEV *S) { return S->getSCEVType() == scPtrToInt; } in classof()
607 case scPtrToInt: in visit()
676 case scPtrToInt: in visitAll()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp274 case scPtrToInt: { in print()
405 case scPtrToInt: in getType()
438 case scPtrToInt: in operands()
524 : SCEVCastExpr(ID, scPtrToInt, Op, ITy) { in SCEVPtrToIntExpr()
813 case scPtrToInt: in CompareSCEVComplexity()
1073 ID.AddInteger(scPtrToInt); in getLosslessPtrToIntExpr()
2199 case scPtrToInt: in getCastExpr()
4102 case scPtrToInt: in scevUnconditionallyPropagatesPoisonFromOperands()
4145 case scPtrToInt: in impliesPoison()
5930 case scPtrToInt: in IsAvailableOnEntry()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DScalarEvolutionExpander.cpp687 case scPtrToInt: in getRelevantLoop()
2128 case scPtrToInt: in costAndCollectOperands()
2276 case scPtrToInt: in isHighCostExpansionHelper()