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

  /external/llvm/lib/Transforms/Utils/
LowerExpectIntrinsic.cpp 71 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1));
72 if (!ExpectedValue)
75 SwitchInst::CaseIt Case = SI->findCaseValue(ExpectedValue);
125 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1));
126 if (!ExpectedValue)
134 if (ExpectedValue->isOne())
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 385 Value *ExpectedValue = EmitScalarExpr(E->getArg(1));
387 Value *Result = Builder.CreateCall2(FnExpect, ArgValue, ExpectedValue,
    [all...]

Completed in 613 milliseconds