Home | History | Annotate | Download | only in Analysis

Lines Matching refs:CondVal

5022     ConstantInt *CondVal =
5027 if (!CondVal) return getCouldNotCompute();
5029 if (CondVal->getValue() == uint64_t(ExitWhen)) {