Lines Matching refs:Int64Ty
194 Type *IntptrTy, *Int64Ty, *Int64PtrTy; member in __anonaa170eb80111::SanitizerCoverageModule
219 Int64Ty = IRB.getInt64Ty(); in runOnModule()
232 SanCovTraceCmpName, VoidTy, Int64Ty, Int64Ty, Int64Ty, nullptr)); in runOnModule()
235 SanCovTraceSwitchName, VoidTy, Int64Ty, Int64PtrTy, nullptr)); in runOnModule()
464 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
466 Initializers.push_back(ConstantInt::get(Int64Ty, SI->getNumCases())); in InjectTraceForSwitch()
468 ConstantInt::get(Int64Ty, Cond->getType()->getScalarSizeInBits())); in InjectTraceForSwitch()
470 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
471 Cond = IRB.CreateIntCast(Cond, Int64Ty, false); in InjectTraceForSwitch()
475 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
476 C = ConstantExpr::getCast(CastInst::ZExt, It.getCaseValue(), Int64Ty); in InjectTraceForSwitch()
479 ArrayType *ArrayOfInt64Ty = ArrayType::get(Int64Ty, Initializers.size()); in InjectTraceForSwitch()
503 {ConstantInt::get(Int64Ty, (TypeSize << 32) | ICMP->getPredicate()), in InjectTraceForCmp()
504 IRB.CreateIntCast(A0, Int64Ty, true), in InjectTraceForCmp()
505 IRB.CreateIntCast(A1, Int64Ty, true)}); in InjectTraceForCmp()