Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4027 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) { in init() argument
4028 assert(Value && Default && NumReserved); in init()
4029 ReservedSpace = NumReserved; in init()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h3202 void init(Value *Value, BasicBlock *Default, unsigned NumReserved);
4251 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);