Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:PossiblyExactOperator

41   } else if (PossiblyExactOperator *PEO =
42 dyn_cast<PossiblyExactOperator>(FirstInst))
65 isExact = cast<PossiblyExactOperator>(I)->isExact();
427 } else if (PossiblyExactOperator *PEO =
428 dyn_cast<PossiblyExactOperator>(FirstInst))
451 isExact = cast<PossiblyExactOperator>(I)->isExact();