Searched refs:CreateSwitch (Results 1 - 8 of 8) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1021 llvm::SwitchInst *theSwitch = builder.CreateSwitch(builder.CreateLoad(
1329 llvm::SwitchInst *switchToCatchBlock = builder.CreateSwitch(retTypeInfoIndex,
1428 llvm::SwitchInst *theSwitch = builder.CreateSwitch(exceptionType,
/external/clang/lib/CodeGen/
H A DCGBuiltin.cpp1057 llvm::SwitchInst *SI = Builder.CreateSwitch(Order, BBs[0]);
1124 llvm::SwitchInst *SI = Builder.CreateSwitch(Order, BBs[0]);
1184 llvm::SwitchInst *SI = Builder.CreateSwitch(Order, ContBB);
H A DCGStmt.cpp1203 SwitchInsn = Builder.CreateSwitch(CondV, DefaultBlock);
H A DCGExpr.cpp3122 llvm::SwitchInst *SI = Builder.CreateSwitch(Order, MonotonicBB);
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp791 SwitchInst *NewSI = Builder.CreateSwitch(CV, PredDefault,
2233 SwitchInst *New = Builder.CreateSwitch(CompVal, DefaultBB, Values.size());
/external/llvm/include/llvm/Support/
H A DIRBuilder.h451 /// CreateSwitch - Create a switch instruction with the specified value,
454 SwitchInst *CreateSwitch(Value *V, BasicBlock *Dest, unsigned NumCases = 10) { function in class:llvm::IRBuilder
/external/llvm/lib/VMCore/
H A DCore.cpp1783 return wrap(unwrap(B)->CreateSwitch(unwrap(V), unwrap(Else), NumCases));
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1750 See the method [llvm::LLVMBuilder::CreateSwitch]. *)

Completed in 638 milliseconds