Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getSigned

402   ZeroShadow = ConstantInt::getSigned(ShadowTy, 0);
403 ShadowPtrMask = ConstantInt::getSigned(IntptrTy, ~0x700000000000LL);
404 ShadowPtrMul = ConstantInt::getSigned(IntptrTy, ShadowWidth / 8);