Lines Matching defs:ExpectedValue
87 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1));
88 if (!ExpectedValue)
91 SwitchInst::CaseHandle Case = *SI.findCaseValue(ExpectedValue);
118 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1));
119 if (!ExpectedValue)
121 const APInt &ExpectedPhiValue = ExpectedValue->getValue();
127 // "ExpectedValue" 1 is unlikely. This affects probability propagation later.
223 // (2) We don't expect some phi output (i.e. the "ExpectedValue" has low
322 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1));
323 if (!ExpectedValue)
334 if ((ExpectedValue->getZExtValue() == ValueComparedTo) ==