reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1208 LLVM_DEBUG(dbgs() << " SHAD1 : " << *ConvertedShadow << "\n"); 1210 Constant *ConstantShadow = dyn_cast_or_null<Constant>(ConvertedShadow); 1220 unsigned TypeSizeInBits = DL.getTypeSizeInBits(ConvertedShadow->getType()); 1225 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex))); 1230 Value *Cmp = IRB.CreateICmpNE(ConvertedShadow, 1231 getCleanShadow(ConvertedShadow), "_mscmp");