Home | History | Annotate | Download | only in IR

Lines Matching refs:PossiblyExactOperator

2032              isExact ? PossiblyExactOperator::IsExact : 0);
2037 isExact ? PossiblyExactOperator::IsExact : 0);
2077 isExact ? PossiblyExactOperator::IsExact : 0);
2082 isExact ? PossiblyExactOperator::IsExact : 0);
2778 if (isa<PossiblyExactOperator>(BO))
2779 BO->setIsExact(SubclassOptionalData & PossiblyExactOperator::IsExact);