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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1842 ConstantInt *CIFalse = dyn_cast<ConstantInt>(ProfileData->getOperand(2)); local
1843 if (!CITrue || !CIFalse) return false;
1845 ProbFalse = CIFalse->getValue().getZExtValue();

Completed in 84 milliseconds