Lines Matching refs:Int64Ty
170 Type *IntptrTy, *Int64Ty, *Int64PtrTy; member in __anonaa170eb80111::SanitizerCoverageModule
195 Int64Ty = IRB.getInt64Ty(); in runOnModule()
206 kSanCovTraceCmp, VoidTy, Int64Ty, Int64Ty, Int64Ty, nullptr)); in runOnModule()
209 kSanCovTraceSwitch, VoidTy, Int64Ty, Int64PtrTy, nullptr)); in runOnModule()
386 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
388 Initializers.push_back(ConstantInt::get(Int64Ty, SI->getNumCases())); in InjectTraceForSwitch()
390 ConstantInt::get(Int64Ty, Cond->getType()->getScalarSizeInBits())); in InjectTraceForSwitch()
392 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
393 Cond = IRB.CreateIntCast(Cond, Int64Ty, false); in InjectTraceForSwitch()
397 Int64Ty->getScalarSizeInBits()) in InjectTraceForSwitch()
398 C = ConstantExpr::getCast(CastInst::ZExt, It.getCaseValue(), Int64Ty); in InjectTraceForSwitch()
401 ArrayType *ArrayOfInt64Ty = ArrayType::get(Int64Ty, Initializers.size()); in InjectTraceForSwitch()
425 {ConstantInt::get(Int64Ty, (TypeSize << 32) | ICMP->getPredicate()), in InjectTraceForCmp()
426 IRB.CreateIntCast(A0, Int64Ty, true), in InjectTraceForCmp()
427 IRB.CreateIntCast(A1, Int64Ty, true)}); in InjectTraceForCmp()