Home | History | Annotate | Download | only in Instrumentation

Lines Matching refs:Int64Ty

234   Type *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, *Int32PtrTy,
307 Int64Ty = IRB.getInt64Ty();
325 SanCovTraceCmp8, VoidTy, Int64Ty, Int64Ty));
338 SanCovTraceConstCmp8, VoidTy, Int64Ty, Int64Ty));
345 SanCovTraceDiv8, VoidTy, Int64Ty));
351 SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy));
654 Int64Ty->getScalarSizeInBits())
656 Initializers.push_back(ConstantInt::get(Int64Ty, SI->getNumCases()));
658 ConstantInt::get(Int64Ty, Cond->getType()->getScalarSizeInBits()));
660 Int64Ty->getScalarSizeInBits())
661 Cond = IRB.CreateIntCast(Cond, Int64Ty, false);
665 Int64Ty->getScalarSizeInBits())
666 C = ConstantExpr::getCast(CastInst::ZExt, It.getCaseValue(), Int64Ty);
674 ArrayType *ArrayOfInt64Ty = ArrayType::get(Int64Ty, Initializers.size());