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 70 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1));
71 if (!ExpectedValue)
74 SwitchInst::CaseIt Case = SI->findCaseValue(ExpectedValue);
114 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(CI->getArgOperand(1));
115 if (!ExpectedValue)
123 if (ExpectedValue->isOne())
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/clang/lib/CodeGen/
CGBuiltin.cpp 381 Value *ExpectedValue = EmitScalarExpr(E->getArg(1));
383 Value *Result = Builder.CreateCall2(FnExpect, ArgValue, ExpectedValue,
    [all...]

Completed in 678 milliseconds