Home | History | Annotate | Download | only in InstCombine

Lines Matching defs:CondVal

2852         bool CondVal = cast<ConstantInt>(BI->getCondition())->getZExtValue();
2853 BasicBlock *ReachableBB = BI->getSuccessor(!CondVal);