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.cpp487 ConstantInt *OnValue = ConstantInt::get(IntTy, CaseVal); in mutate() local
488 Switch->addCase(OnValue, CaseBlock); in mutate()