Home
last modified time | relevance | path

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

/external/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp277 unsigned NumCases; in EmitMatcher() local
/external/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp450 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/external/llvm/lib/IR/
DInstructions.cpp3357 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()
DCore.cpp2047 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp2659 unsigned NumCases = Record[4]; in ParseFunctionBody() local
2715 unsigned NumCases = (Record.size()-3)/2; in ParseFunctionBody() local
/external/clang/lib/CodeGen/
DCGStmt.cpp1529 unsigned NumCases = 0; in EmitSwitchStmt() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3165 Constant *NumCases = ConstantInt::get(Offset->getType(), SI->getNumCases()); in TurnSwitchRangeIntoICmp() local