Home
last modified time | relevance | path

Searched refs:OnValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DIRMutator.cpp574 ConstantInt *OnValue = ConstantInt::get(IntTy, CaseVal); in mutate() local
575 Switch->addCase(OnValue, CaseBlock); in mutate()