Searched refs:ExpectedValue (Results 1 – 3 of 3) sorted by relevance
71 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in HandleSwitchExpect() local72 if (!ExpectedValue) in HandleSwitchExpect()75 SwitchInst::CaseIt Case = SI->findCaseValue(ExpectedValue); in HandleSwitchExpect()125 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1)); in HandleIfExpect() local126 if (!ExpectedValue) in HandleIfExpect()134 if (ExpectedValue->isOne()) in HandleIfExpect()
1433 explicit ValueEqualsMatcher(const ValueT &ExpectedValue)1434 : ExpectedValue(ExpectedValue) {}1437 return Node.getValue() == ExpectedValue;1441 const ValueT ExpectedValue;
385 Value *ExpectedValue = EmitScalarExpr(E->getArg(1)); in EmitBuiltinExpr() local387 Value *Result = Builder.CreateCall2(FnExpect, ArgValue, ExpectedValue, in EmitBuiltinExpr()