Searched refs:ValuesTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp864 ArrayType *ValuesTy = ArrayType::get(Type::getInt64Ty(Ctx), NS); local
867 new GlobalVariable(*M, ValuesTy, false, Linkage,
868 Constant::getNullValue(ValuesTy),

Completed in 66 milliseconds