Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp4485 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) { in init() argument
4486 assert(Value && Default && NumReserved); in init()
4487 ReservedSpace = NumReserved; in init()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h3309 void init(Value *Value, BasicBlock *Default, unsigned NumReserved);
4344 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);