Searched refs:OnVal (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 3835 void SwitchInst::addCase(ConstantInt *OnVal, BasicBlock *Dest) { in addCase() argument 3844 Case.setValue(OnVal); in addCase() 3945 ConstantInt *OnVal, BasicBlock *Dest, in addCase() argument 3947 SI.addCase(OnVal, Dest); in addCase()
|
D | Core.cpp | 3193 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal, in LLVMAddCase() argument 3195 unwrap<SwitchInst>(Switch)->addCase(unwrap<ConstantInt>(OnVal), unwrap(Dest)); in LLVMAddCase()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 252 void UnswitchNontrivialCondition(Value *LIC, Constant *OnVal, Loop *L,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | Core.h | 3622 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Instructions.h | 3439 void addCase(ConstantInt *OnVal, BasicBlock *Dest); 3502 void addCase(ConstantInt *OnVal, BasicBlock *Dest, CaseWeightOpt W);
|