Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ResCI

1065     if (ConstantInt *ResCI = dyn_cast<ConstantInt>(Res))
1066 return ResCI->isZero() ? False : True;