Home
last modified time | relevance | path

Searched defs:CaseIt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DInstruction.h1892 using CaseIt = llvm::SwitchInst::CaseIteratorImpl<CaseHandle>; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributorAttributes.cpp4776 for (const auto &CaseIt : SI.cases()) { in identifyAliveSuccessors() local