Lines Matching refs:Int64Ty
749 Type *Int64Ty = IRB.getInt64Ty(); in poisonRedzones() local
753 FunctionType::get(VoidTy, {Int64Ty, Int64Ty}, false)); in poisonRedzones()
763 Value *RedzoneAddress = IRB.CreatePtrToInt(RedzoneAddrOffset, Int64Ty); in poisonRedzones()
813 Type *Int64Ty = IRB.getInt64Ty(); in lowerKernelLDSAccesses() local
858 {ConstantInt::get(Int64Ty, COV5_HIDDEN_DYN_LDS_SIZE_ARG)}); in lowerKernelLDSAccesses()
866 CurrMallocSize = IRB.CreateZExt(CurrMallocSize, Int64Ty); in lowerKernelLDSAccesses()
874 FunctionType::get(Int64Ty, {Int64Ty, Int64Ty}, false)); in lowerKernelLDSAccesses()
875 Value *RAPtrToInt = IRB.CreatePtrToInt(ReturnAddress, Int64Ty); in lowerKernelLDSAccesses()
935 FunctionType::get(IRB.getVoidTy(), {Int64Ty, Int64Ty}, false)); in lowerKernelLDSAccesses()
938 Value *RAPToInt = IRB.CreatePtrToInt(ReturnAddr, Int64Ty); in lowerKernelLDSAccesses()
939 Value *MallocPtrToInt = IRB.CreatePtrToInt(LoadMallocPtr, Int64Ty); in lowerKernelLDSAccesses()