Searched defs:NumCases (Results 1 – 7 of 7) sorted by relevance
| /external/llvm/utils/TableGen/ |
| D | DAGISelMatcherEmitter.cpp | 277 unsigned NumCases; in EmitMatcher() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | LoopUnswitch.cpp | 450 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
|
| /external/llvm/lib/IR/ |
| D | Instructions.cpp | 3357 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst() 3368 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst() 3488 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() 3495 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
|
| D | Core.cpp | 2047 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
|
| /external/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 2659 unsigned NumCases = Record[4]; in ParseFunctionBody() local 2715 unsigned NumCases = (Record.size()-3)/2; in ParseFunctionBody() local
|
| /external/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 1529 unsigned NumCases = 0; in EmitSwitchStmt() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SimplifyCFG.cpp | 3165 Constant *NumCases = ConstantInt::get(Offset->getType(), SI->getNumCases()); in TurnSwitchRangeIntoICmp() local
|