Searched defs:ConvertedShadow (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp558 Value *ConvertedShadow = convertToShadowTyNoVec(Shadow, IRB); local
562 if (isa<Constant>(ConvertedShadow)) return;
564 MS.DL->getTypeSizeInBits(ConvertedShadow->getType());
569 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
575 ConvertedShadow, getCleanShadow(ConvertedShadow), "_mscmp");
616 Value *ConvertedShadow = convertToShadowTyNoVec(Shadow, IRB); local
617 DEBUG(dbgs() << " SHAD1 : " << *ConvertedShadow << "\n");
619 if (isa<Constant>(ConvertedShadow)) return;
621 MS.DL->getTypeSizeInBits(ConvertedShadow
[all...]

Completed in 81 milliseconds