Searched defs:CIFalse (Results 1 - 1 of 1) sorted by path

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

Completed in 175 milliseconds