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

/freebsd-10.2-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp557 Value *ConvertedShadow = convertToShadowTyNoVec(Shadow, IRB); local
562 if (isa<Constant>(ConvertedShadow))
565 Value *Cmp = IRB.CreateICmpNE(ConvertedShadow,
566 getCleanShadow(ConvertedShadow), "_mscmp");
584 Value *ConvertedShadow = convertToShadowTyNoVec(Shadow, IRB); local
585 DEBUG(dbgs() << " SHAD1 : " << *ConvertedShadow << "\n");
587 if (isa<Constant>(ConvertedShadow))
589 Value *Cmp = IRB.CreateICmpNE(ConvertedShadow,
590 getCleanShadow(ConvertedShadow), "_mscmp");
2086 Value *ConvertedShadow local
[all...]

Completed in 45 milliseconds