Home
last modified time | relevance | path

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/
DInstructions.cpp3835 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()
DCore.cpp3193 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/
DLoopUnswitch.cpp252 void UnswitchNontrivialCondition(Value *LIC, Constant *OnVal, Loop *L,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h3622 void LLVMAddCase(LLVMValueRef Switch, LLVMValueRef OnVal,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstructions.h3439 void addCase(ConstantInt *OnVal, BasicBlock *Dest);
3502 void addCase(ConstantInt *OnVal, BasicBlock *Dest, CaseWeightOpt W);