Lines Matching refs:getInt64Ty
73 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
74 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
76 INSTR_PROF_DATA(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
77 ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
115 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Value, \
117 INSTR_PROF_VALUE_NODE(uint64_t, llvm::Type::getInt64Ty(Ctx), Count, \
153 VALUE_PROF_FUNC_PARAM(uint64_t, TargetValue, Type::getInt64Ty(Ctx)) \
205 COVMAP_FUNC_RECORD(const int64_t, llvm::Type::getInt64Ty(Ctx), NameRef, \
206 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), \
212 COVMAP_FUNC_RECORD(const uint64_t, llvm::Type::getInt64Ty(Ctx), FuncHash, \
213 llvm::ConstantInt::get(llvm::Type::getInt64Ty(Ctx), FuncHash))