HomeSort by relevance Sort by last modified time
    Searched defs:Exact (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 257 /// This is a temporary pair of exact and max expressions that are
260 const SCEV *Exact;
263 /*implicit*/ ExitLimit(const SCEV *E) : Exact(E), Max(E) {}
265 ExitLimit(const SCEV *E, const SCEV *M) : Exact(E), Max(M) {}
270 return !isa<SCEVCouldNotCompute>(Exact) ||
300 /// of a loop. This currently includes an exact count and a maximum count.
314 /// Initialize BackedgeTakenInfo from a list of exact exit counts.
326 /// getExact - Return an expression indicating the exact backedge-taken
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelector.h 55 /* how the attribute value has to match.... Default is Exact */
61 Exact,
334 return m_match == CSSSelector::Exact

Completed in 79 milliseconds