Home
last modified time | relevance | path

Searched refs:NumReserved (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4038 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) { in init() argument
4039 assert(Value && Default && NumReserved); in init()
4040 ReservedSpace = NumReserved; in init()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3216 void init(Value *Value, BasicBlock *Default, unsigned NumReserved);
4127 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);