Home
last modified time | relevance | path

Searched defs:NumCases (Results 1 – 7 of 7) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp277 unsigned NumCases; in EmitMatcher() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp462 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp3429 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
3440 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst()
3560 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
3567 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
H A DCore.cpp2224 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2961 unsigned NumCases = Record[4]; in ParseFunctionBody() local
3017 unsigned NumCases = (Record.size()-3)/2; in ParseFunctionBody() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp1570 unsigned NumCases = 0; in EmitSwitchStmt() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp3231 Constant *NumCases = ConstantInt::get(Offset->getType(), SI->getNumCases()); in TurnSwitchRangeIntoICmp() local