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

/external/llvm/lib/IR/
H A DInstructions.cpp3226 // SwitchInst Implementation
3229 void SwitchInst::init(Value *Value, BasicBlock *Default, unsigned NumReserved) {
3239 /// SwitchInst ctor - Create a new switch instruction, specifying a value to
3243 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, function in class:SwitchInst
3250 /// SwitchInst ctor - Create a new switch instruction, specifying a value to
3254 SwitchInst::SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases, function in class:SwitchInst
3261 SwitchInst::SwitchInst(cons function in class:SwitchInst
[all...]
/external/llvm/include/llvm/IR/
H A DInstructions.h2451 // SwitchInst Class
2455 /// SwitchInst - Multiway switch
2457 class SwitchInst : public TerminatorInst { class in namespace:llvm
2485 SwitchInst(const SwitchInst &SI);
2492 /// SwitchInst ctor - Create a new switch instruction, specifying a value to
2496 SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases,
2499 /// SwitchInst ctor - Create a new switch instruction, specifying a value to
2503 SwitchInst(Value *Value, BasicBlock *Default, unsigned NumCases,
2506 virtual SwitchInst *clone_imp
[all...]

Completed in 129 milliseconds