Home | History | Annotate | Download | only in Scalar

Lines Matching defs:CI

536     ConstantInt *CI = BCValue.getConstantInt();
537 if (!CI) {
546 Succs[CI->isZero()] = true;
562 ConstantInt *CI = SCValue.getConstantInt();
564 if (!CI) { // Overdefined or undefined condition?
571 Succs[SI->findCaseValue(CI).getSuccessorIndex()] = true;
608 ConstantInt *CI = BCValue.getConstantInt();
609 if (!CI)
613 return BI->getSuccessor(CI->isZero()) == To;
625 ConstantInt *CI = SCValue.getConstantInt();
627 if (!CI)
630 return SI->findCaseValue(CI).getCaseSuccessor() == To;
901 if (ConstantInt *CI = NonOverdefVal->getConstantInt())
902 if (CI->isAllOnesValue()) // X or -1 = -1