Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Exact

2529     bool Exact = false;
2546 Exact = true;
2590 if (Exact) Flags |= PossiblyExactOperator::IsExact;
3281 bool Exact = EatIfPresent(lltok::kw_exact);
3284 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true);