Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp3788 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) { in init() argument
3789 assert(Value && Default && NumReserved); in init()
3790 ReservedSpace = NumReserved; in init()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h3153 void init(Value *Value, BasicBlock *Default, unsigned NumReserved);
4250 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);