HomeSort by: relevance | last modified time | path
    Searched refs:CaseHandle (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerExpectIntrinsic.cpp 93 SwitchInst::CaseHandle Case = *SI.findCaseValue(ExpectedValue);
LoopUnswitch.cpp 1629 SwitchInst::CaseHandle DeadCase =
SimpleLoopUnswitch.cpp 700 all_of(drop_begin(SI.cases()), [&SI](const SwitchInst::CaseHandle &Case) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
SparsePropagation.h 364 SwitchInst::CaseHandle Case = *SI.findCaseValue(cast<ConstantInt>(C));
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 3265 class CaseHandle
3267 friend class SwitchInst::CaseIteratorImpl<CaseHandle>;
3270 CaseHandle(SwitchInst *SI, ptrdiff_t Index) : CaseHandleImpl(SI, Index) {}
3352 using CaseIt = CaseIteratorImpl<CaseHandle>;
3439 cases(), [C](CaseHandle &Case) { return Case.getCaseValue() == C; });
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 4062 CaseHandle Case(this, NewCaseIdx);

Completed in 44 milliseconds