Home
last modified time | relevance | path

Searched defs:Int64PtrTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm/unittests/IR/
DInstructionsTest.cpp191 Type *Int64PtrTy = PointerType::get(Int64Ty, 0); in TEST() local
414 Type* Int64PtrTy = Type::getInt64PtrTy(C); in TEST() local
/external/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp170 Type *IntptrTy, *Int64Ty, *Int64PtrTy; member in __anonaa170eb80111::SanitizerCoverageModule
DGCOVProfiling.cpp721 Type *Int64PtrTy = Type::getInt64PtrTy(*Ctx); in buildEdgeLookupTable() local