Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp931 Value *RewriteVal; in constructFunction() local
939 RewriteVal = new LoadInst(StructTy->getElementType(i), GEP, in constructFunction()
942 RewriteVal = &*AI++; in constructFunction()
948 inst->replaceUsesOfWith(inputs[i], RewriteVal); in constructFunction()