Lines Matching defs:SCEVUnknown
60 class SCEVUnknown;
112 /// * A SCEVUnknown is at the point of definition of the Value.
162 // 1) Size of a SCEV without operands (like constants and SCEVUnknown) is 1;
625 createAddRecFromPHIWithCasts(const SCEVUnknown *SymbolicPHI);
754 /// SCEVUnknown pointer for well-formed pointer-type expressions, but corner
1240 /// doesn't depend on a SCEVUnknown of an instruction which is dominated by
1413 friend class SCEVUnknown;
1470 /// Mark SCEVUnknown Phis currently being processed by getRangeRef.
1473 /// Mark SCEVUnknown Phis currently being processed by getRangeRefIter.
1476 // Mark SCEVUnknown Phis currently being processed by isImpliedViaMerge.
1767 ConstantRange getRangeForUnknownRecurrence(const SCEVUnknown *U);
2068 /// This routine tries to figure out predicate for Phis which are SCEVUnknown
2133 /// Return false iff given SCEV contains a SCEVUnknown with NULL value-
2228 createAddRecFromPHIWithCastsImpl(const SCEVUnknown *SymbolicPHI);
2300 DenseMap<std::pair<const SCEVUnknown *, const Loop *>,
2312 /// The head of a linked list of all SCEVUnknown values that have been
2315 SCEVUnknown *FirstUnknown = nullptr;