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

/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1671 ConstantInt *CIFalse = dyn_cast<ConstantInt>(ProfileData->getOperand(2)); local
1672 if (!CITrue || !CIFalse) return false;
1674 ProbFalse = CIFalse->getValue();

Completed in 27 milliseconds