Home
last modified time | relevance | path

Searched refs:Int64PtrTy (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/Instrumentation/
HDInstrProfiling.cpp227 auto *Int64PtrTy = Type::getInt64PtrTy(Ctx); in getOrCreateRegionCounters() local
229 Type *DataTypes[] = {Int32Ty, Int32Ty, Int64Ty, Int8PtrTy, Int64PtrTy}; in getOrCreateRegionCounters()
236 ConstantExpr::getBitCast(Counters, Int64PtrTy)}; in getOrCreateRegionCounters()
HDGCOVProfiling.cpp716 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in buildEdgeLookupTable() local
717 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize); in buildEdgeLookupTable()
720 Constant *NullValue = Constant::getNullValue(Int64PtrTy); in buildEdgeLookupTable()