Searched defs:NumCases (Results 1 – 7 of 7) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 277 unsigned NumCases; in EmitMatcher() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopUnswitch.cpp | 462 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | Instructions.cpp | 3429 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 D | Core.cpp | 2224 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 2961 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 D | CGStmt.cpp | 1570 unsigned NumCases = 0; in EmitSwitchStmt() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SimplifyCFG.cpp | 3231 Constant *NumCases = ConstantInt::get(Offset->getType(), SI->getNumCases()); in TurnSwitchRangeIntoICmp() local
|