Searched refs:NumReserved (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 3098 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) { in init() argument 3099 assert(Value && Default && NumReserved); in init() 3100 ReservedSpace = NumReserved; in init()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 3505 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) { in init() argument 3506 assert(Value && Default && NumReserved); in init() 3507 ReservedSpace = NumReserved; in init()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 3689 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) { in init() argument 3690 assert(Value && Default && NumReserved); in init() 3691 ReservedSpace = NumReserved; in init()
|
/external/llvm/include/llvm/IR/ |
D | Instructions.h | 2992 void init(Value *Value, BasicBlock *Default, unsigned NumReserved); 3953 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Instructions.h | 3461 void init(Value *Value, BasicBlock *Default, unsigned NumReserved); 4217 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instructions.h | 2412 void init(Value *Value, BasicBlock *Default, unsigned NumReserved);
|