Searched refs:CondConst (Results 1 – 2 of 2) sorted by relevance
813 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); in ProcessBlock() local814 if (CondBr && CondConst && CondBr->isConditional()) { in ProcessBlock()817 CondConst, CondBr); in ProcessBlock()839 if (CondBr && CondConst && TryToUnfoldSelect(CondCmp, BB)) in ProcessBlock()
1102 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); in ProcessBlock() local1103 if (CondBr && CondConst) { in ProcessBlock()1115 CondConst, CondBr); in ProcessBlock()