Searched refs:CondConst (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp749 Constant *CondConst = dyn_cast<Constant>(CondCmp->getOperand(1)); local
751 if (CondBr && CondConst && CondBr->isConditional() && PI != PE &&
760 CondConst, *PI, BB);
766 CondCmp->getOperand(0), CondConst, *PI, BB);
783 if (CondBr && CondConst && TryToUnfoldSelect(CondCmp, BB))

Completed in 107 milliseconds