Searched refs:CondConst (Results 1 – 1 of 1) sorted by relevance
814 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); in ProcessBlock() local815 if (CondBr && CondConst && CondBr->isConditional()) { in ProcessBlock()818 CondConst, CondBr); in ProcessBlock()840 if (CondBr && CondConst && TryToUnfoldSelect(CondCmp, BB)) in ProcessBlock()