Lines Matching refs:Int64Ty
260 Type *Int128PtrTy, *IntptrTy, *IntptrPtrTy, *Int64Ty, *Int64PtrTy, *Int32Ty, member in __anon7982b8060111::ModuleSanitizerCoverage
391 Int64Ty = IRB.getInt64Ty(); in instrumentModule()
417 M.getOrInsertFunction(SanCovTraceCmp8, VoidTy, Int64Ty, Int64Ty); in instrumentModule()
426 M.getOrInsertFunction(SanCovTraceConstCmp8, VoidTy, Int64Ty, Int64Ty); in instrumentModule()
457 M.getOrInsertFunction(SanCovTraceDiv8, VoidTy, Int64Ty); in instrumentModule()
461 M.getOrInsertFunction(SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy); in instrumentModule()
804 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
806 Initializers.push_back(ConstantInt::get(Int64Ty, SI->getNumCases())); in InjectTraceForSwitch()
808 ConstantInt::get(Int64Ty, Cond->getType()->getScalarSizeInBits())); in InjectTraceForSwitch()
810 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
811 Cond = IRB.CreateIntCast(Cond, Int64Ty, false); in InjectTraceForSwitch()
815 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
816 C = ConstantExpr::getCast(CastInst::ZExt, It.getCaseValue(), Int64Ty); in InjectTraceForSwitch()
824 ArrayType *ArrayOfInt64Ty = ArrayType::get(Int64Ty, Initializers.size()); in InjectTraceForSwitch()