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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp700 Value *ConvertedShadow = convertToShadowTyNoVec(Shadow, IRB); local
701 Constant *ConstantShadow = dyn_cast_or_null<Constant>(ConvertedShadow);
711 DL.getTypeSizeInBits(ConvertedShadow->getType());
716 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
722 ConvertedShadow, getCleanShadow(ConvertedShadow), "_mscmp");
762 Value *ConvertedShadow = convertToShadowTyNoVec(Shadow, IRB); local
763 DEBUG(dbgs() << " SHAD1 : " << *ConvertedShadow << "\n");
765 Constant *ConstantShadow = dyn_cast_or_null<Constant>(ConvertedShadow);
783 unsigned TypeSizeInBits = DL.getTypeSizeInBits(ConvertedShadow
[all...]

Completed in 105 milliseconds