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.cpp465 unsigned NumCases = SI->getNumCases(); in processCurrentLoop() local
/external/llvm/lib/IR/
DInstructions.cpp3310 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()
DCore.cpp2223 LLVMBasicBlockRef Else, unsigned NumCases) { in LLVMBuildSwitch()
/external/clang/lib/CodeGen/
DCGStmt.cpp1575 unsigned NumCases = 0; in EmitSwitchStmt() local
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3747 unsigned NumCases = Record[4]; in ParseFunctionBody() local
3803 unsigned NumCases = (Record.size()-3)/2; in ParseFunctionBody() local
/external/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp3185 Constant *NumCases = ConstantInt::get(Offset->getType(), ContiguousCases->size()); in TurnSwitchRangeIntoICmp() local