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.cpp431 Instruction *RetLoad = new LoadInst(RetTy, RetAlloca, "", BB); in createFunctionDefinition() local
432 ReturnInst::Create(Context, RetLoad, BB); in createFunctionDefinition()