Searched defs:SwitchInst (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/IR/
H A DInstructions.cpp3340 // SwitchInst Implementation
3343 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) {
3353 /// SwitchInst ctor - Create a new switch instruction, specifying a value to
3357 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, function in class:SwitchInst
3364 /// SwitchInst ctor - Create a new switch instruction, specifying a value to
3368 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, function in class:SwitchInst
3375 SwitchInst::SwitchInst(cons function in class:SwitchInst
[all...]
/external/llvm/include/llvm/IR/
H A DInstructions.h2538 // SwitchInst Class
2542 /// SwitchInst - Multiway switch
2544 class SwitchInst : public TerminatorInst { class in namespace:llvm
2551 SwitchInst(const SwitchInst &SI);
2558 /// SwitchInst ctor - Create a new switch instruction, specifying a value to
2562 SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases,
2565 /// SwitchInst ctor - Create a new switch instruction, specifying a value to
2569 SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases,
2572 SwitchInst *clone_imp
[all...]

Completed in 111 milliseconds