Home | History | Annotate | Download | only in IR

Lines Matching refs:PossiblyExactOperator

2137              isExact ? PossiblyExactOperator::IsExact : 0);
2142 isExact ? PossiblyExactOperator::IsExact : 0);
2182 isExact ? PossiblyExactOperator::IsExact : 0);
2187 isExact ? PossiblyExactOperator::IsExact : 0);
2884 if (isa<PossiblyExactOperator>(BO))
2885 BO->setIsExact(SubclassOptionalData & PossiblyExactOperator::IsExact);