Home | History | Annotate | Download | only in VMCore

Lines Matching defs:setIsExact

1981 void BinaryOperator::setIsExact(bool b) {
1982 cast<PossiblyExactOperator>(this)->setIsExact(b);