Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1061 static bool hasUndefContents(Instruction *I, ConstantInt *Size) { in hasUndefContents() function
1113 if (DepInfo.isDef() && hasUndefContents(DepInfo.getInst(), CopySize)) in performMemCpyToMemSetOptzn()
1198 if (hasUndefContents(SrcDepInfo.getInst(), CopySize)) { in processMemCpy()