HomeSort by relevance Sort by last modified time
    Searched refs:ExpectedValue (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 69 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1));
70 if (!ExpectedValue)
76 SwitchInst::CaseIt Case = SI->findCaseValue(ExpectedValue);
119 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1));
120 if (!ExpectedValue)
125 bool Likely = ExpectedValue->isOne();
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 324 Value *ExpectedValue = EmitScalarExpr(E->getArg(1));
326 Value *Result = Builder.CreateCall2(FnExpect, ArgValue, ExpectedValue,
    [all...]

Completed in 371 milliseconds