HomeSort by relevance Sort by last modified time
    Searched refs:SCEVPredicate (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 55 class SCEVPredicate;
59 template <> struct FoldingSetTrait<SCEVPredicate>;
172 /// SCEVPredicate - This class represents an assumption made using SCEV
174 class SCEVPredicate : public FoldingSetNode {
175 friend struct FoldingSetTrait<SCEVPredicate>;
186 ~SCEVPredicate() = default;
187 SCEVPredicate(const SCEVPredicate&) = default;
188 SCEVPredicate &operator=(const SCEVPredicate&) = default
    [all...]
ScalarEvolutionExpander.h 158 Value *expandCodeForPredicate(const SCEVPredicate *Pred, Instruction *Loc);
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
ScalarEvolutionExpander.cpp     [all...]

Completed in 4626 milliseconds