Searched refs:hasUndefContents (Results 1 – 1 of 1) sorted by relevance
1061 static bool hasUndefContents(Instruction *I, ConstantInt *Size) { in hasUndefContents() function1113 if (DepInfo.isDef() && hasUndefContents(DepInfo.getInst(), CopySize)) in performMemCpyToMemSetOptzn()1198 if (hasUndefContents(SrcDepInfo.getInst(), CopySize)) { in processMemCpy()