Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:getIntNTy

433         FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
438 FunctionName, IRB.getVoidTy(), IRB.getIntNTy(AccessSize * 8),
737 ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
809 IRB.CreateZExt(ConvertedShadow, IRB.getIntNTy(8 * (1 << SizeIndex)));
1580 Value *V1 = IRB.CreateBitCast(V, Type::getIntNTy(*MS.C, srcSizeInBits));
1582 IRB.CreateIntCast(V1, Type::getIntNTy(*MS.C, dstSizeInBits), Signed);