Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:CondVal

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