Home | History | Annotate | Download | only in AsmParser

Lines Matching refs:Exact

2194     bool Exact = false;
2211 Exact = true;
2255 if (Exact) Flags |= PossiblyExactOperator::IsExact;
2915 bool Exact = EatIfPresent(lltok::kw_exact);
2918 if (Exact) cast<BinaryOperator>(Inst)->setIsExact(true);