Searched defs:Exact (Results 1 – 12 of 12) sorted by relevance
35 enum MatchType { Exact, Regexp, Glob }; enumerator
51 std::optional<StringRef> Exact; global() variable
243 bool Exact; in calcRange() local419 bool Exact; in convert() local
371 bool ShAmtNonZero, bool Exact) { in lshr()429 bool ShAmtNonZero, bool Exact) { in ashr()911 const KnownBits &RHS, bool Exact) { in divComputeLowBit()947 bool Exact) { in sdiv()1003 bool Exact) { in udiv()
88 enum MatchType { Exact, Regexp, Glob }; enumerator
47 unsigned Exact : 1; member
790 bool Exact = (Dist % IVBump) == 0; in computeCount() local
1161 for (int Exact : Exacts) in setRequiresImmediate() local
1277 bool Exact = Q.IIQ.isExact(cast<BinaryOperator>(I)); in computeKnownBitsFromOperator() local1291 bool Exact = Q.IIQ.isExact(cast<BinaryOperator>(I)); in computeKnownBitsFromOperator() local
10551 const SCEV *Exact = in howFarToZero() local
1236 auto AccessCB = [&](const Access &Acc, bool Exact) { in forallInterferingAccesses()1285 auto CanSkipAccess = [&](const Access &Acc, bool Exact) { in forallInterferingAccesses()
6925 bool Exact = EatIfPresent(lltok::kw_exact); in parseInstruction() local