Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:PossiblyExactOperator

39   } else if (PossiblyExactOperator *PEO =
40 dyn_cast<PossiblyExactOperator>(FirstInst))
63 isExact = cast<PossiblyExactOperator>(I)->isExact();
427 } else if (PossiblyExactOperator *PEO =
428 dyn_cast<PossiblyExactOperator>(FirstInst))
451 isExact = cast<PossiblyExactOperator>(I)->isExact();