Lines Matching refs:Int64Ty
264 Type *PtrTy, *IntptrTy, *Int64Ty, *Int32Ty, *Int16Ty, *Int8Ty, *Int1Ty; member in __anonac98908c0111::ModuleSanitizerCoverage
392 Int64Ty = IRB.getInt64Ty(); in instrumentModule()
418 M.getOrInsertFunction(SanCovTraceCmp8, VoidTy, Int64Ty, Int64Ty); in instrumentModule()
427 M.getOrInsertFunction(SanCovTraceConstCmp8, VoidTy, Int64Ty, Int64Ty); in instrumentModule()
458 M.getOrInsertFunction(SanCovTraceDiv8, VoidTy, Int64Ty); in instrumentModule()
462 M.getOrInsertFunction(SanCovTraceSwitchName, VoidTy, Int64Ty, PtrTy); in instrumentModule()
816 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
818 Initializers.push_back(ConstantInt::get(Int64Ty, SI->getNumCases())); in InjectTraceForSwitch()
820 ConstantInt::get(Int64Ty, Cond->getType()->getScalarSizeInBits())); in InjectTraceForSwitch()
822 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
823 Cond = IRB.CreateIntCast(Cond, Int64Ty, false); in InjectTraceForSwitch()
835 ArrayType *ArrayOfInt64Ty = ArrayType::get(Int64Ty, Initializers.size()); in InjectTraceForSwitch()