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 | 465 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
|
| /external/llvm/lib/IR/ |
| D | Instructions.cpp | 3310 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst() 3321 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, in SwitchInst() 3441 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst() 3448 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, in IndirectBrInst()
|
| D | Core.cpp | 2223 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
|
| /external/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 1575 unsigned NumCases = 0; in EmitSwitchStmt() local
|
| /external/llvm/lib/Bitcode/Reader/ |
| D | BitcodeReader.cpp | 3747 unsigned NumCases = Record[4]; in ParseFunctionBody() local 3803 unsigned NumCases = (Record.size()-3)/2; in ParseFunctionBody() local
|
| /external/llvm/lib/Transforms/Utils/ |
| D | SimplifyCFG.cpp | 3185 Constant *NumCases = ConstantInt::get(Offset->getType(), ContiguousCases->size()); in TurnSwitchRangeIntoICmp() local
|