Searched refs:OnVal (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instructions.cpp | 3944 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) { in addCase() argument 3953 Case.setValue(OnVal); in addCase() 4041 ConstantInt *OnVal, BasicBlock *Dest, in addCase() argument 4043 SI.addCase(OnVal, Dest); in addCase()
|
H A D | Core.cpp | 3471 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase() argument 3473 unwrap<SwitchInst>(Switch)->addCase(unwrap<ConstantInt>(OnVal), unwrap(Dest)); in LLVMAddCase()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Instructions.h | 3358 void addCase(ConstantInt *OnVal, BasicBlock *Dest); 3419 void addCase(ConstantInt *OnVal, BasicBlock *Dest, CaseWeightOpt W);
|
/freebsd/contrib/llvm-project/llvm/include/llvm-c/ |
H A D | Core.h | 4216 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal,
|