Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp3098 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/
DInstructions.cpp3505 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/
DInstructions.cpp3689 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/
DInstructions.h2992 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/
DInstructions.h3461 void init(Value *Value, BasicBlock *Default, unsigned NumReserved);
4217 void init(Value *ParentPad, BasicBlock *UnwindDest, unsigned NumReserved);
/external/swiftshader/third_party/LLVM/include/llvm/
DInstructions.h2412 void init(Value *Value, BasicBlock *Default, unsigned NumReserved);