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

/freebsd-9.3-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp630 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); local
631 ArrayType *EdgeTableTy = ArrayType::get(Int64PtrTy, TableSize);
634 Constant *NullValue = Constant::getNullValue(Int64PtrTy);

Completed in 39 milliseconds