Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp991 Value *RewriteVal; in constructFunction() local
999 RewriteVal = new LoadInst(StructTy->getElementType(i), GEP, in constructFunction()
1002 RewriteVal = &*AI++; in constructFunction()
1008 inst->replaceUsesOfWith(inputs[i], RewriteVal); in constructFunction()