Lines Matching defs:Int64Ty
1098 Type *Int64Ty = Type::getInt64Ty(M.getContext());
1103 Bias = new GlobalVariable(M, Int64Ty, false, GlobalValue::LinkOnceODRLinkage,
1104 Constant::getNullValue(Int64Ty), VarName);
1129 Type *Int64Ty = Type::getInt64Ty(M.getContext());
1135 BiasLI = EntryBuilder.CreateLoad(Int64Ty, Bias, "profc_bias");
1140 auto *Add = Builder.CreateAdd(Builder.CreatePtrToInt(Addr, Int64Ty), BiasLI);
1150 Type *Int64Ty = Type::getInt64Ty(M.getContext());
1154 auto *BiasLI = EntryBuilder.CreateLoad(Int64Ty, Bias, "profbm_bias");
2016 auto *Int64Ty = Type::getInt64Ty(M.getContext());
2041 Type *ParamTypes[] = {VoidPtrTy, Int64Ty};