Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp485 Instruction *RetLoad = new LoadInst(RetTy, RetAlloca, "", BB); in createFunctionDefinition() local
486 ReturnInst::Create(Context, RetLoad, BB); in createFunctionDefinition()