Home
last modified time | relevance | path

Searched refs:getInt64PtrTy (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DType.h475 static PointerType *getInt64PtrTy(LLVMContext &C, unsigned AS = 0);
/llvm-project-15.0.7/llvm/unittests/IR/
H A DInstructionsTest.cpp633 Type* Int64PtrTy = Type::getInt64PtrTy(C); in TEST()
678 Type* Int64PtrTyAS1 = Type::getInt64PtrTy(C, 1); in TEST()
679 Type* Int64PtrTyAS2 = Type::getInt64PtrTy(C, 2); in TEST()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4406 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4423 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4548 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
4702 Type::getInt64PtrTy(*MS.C)); in getVAField64()
4986 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in finalizeInstrumentation()
5235 Type *RegSaveAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyRegSaveArea()
5256 Type *OverflowArgAreaPtrTy = Type::getInt64PtrTy(*MS.C); in copyOverflowArea()
H A DGCOVProfiling.cpp1048 Type::getInt64PtrTy(*Ctx), // uint64_t *counters in getEmitArcsFunc()
/llvm-project-15.0.7/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp134 Type::getInt64PtrTy(Context), in GenEmptyFunction()
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp303 PointerType *Type::getInt64PtrTy(LLVMContext &C, unsigned AS) { in getInt64PtrTy() function in Type