Home
last modified time | relevance | path

Searched refs:getInt32PtrTy (Results 1 – 13 of 13) sorted by relevance

/external/llvm/unittests/Analysis/
DMixedTBAATest.cpp41 auto PtrType = Type::getInt32PtrTy(C); in TEST_F()
DAliasAnalysisTest.cpp176 auto PtrType = Type::getInt32PtrTy(C); in TEST_F()
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp132 V = new Argument(Type::getInt32PtrTy(context)); in TEST_F()
156 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; in TEST_F()
183 Type *ArgTy1[] = { Type::getInt32PtrTy(context) }; in TEST_F()
/external/llvm/include/llvm/IR/
DType.h408 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
/external/llvm/unittests/IR/
DConstantsTest.cpp130 Type *Int32PtrTy = Type::getInt32PtrTy(C); in TEST()
/external/llvm/tools/llvm-stress/
Dllvm-stress.cpp127 Type::getInt32PtrTy(Context), in GenEmptyFunction()
/external/llvm/lib/IR/
DType.cpp285 PointerType *Type::getInt32PtrTy(LLVMContext &C, unsigned AS) { in getInt32PtrTy() function in Type
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp470 llvm::Type::getInt32PtrTy(Types.getLLVMContext()))); in accumulateVPtrs()
DCGObjCGNU.cpp2812 llvm::Type::getInt32PtrTy(VMContext), false, in ObjCIvarOffsetVariable()
/external/llvm/lib/Target/ARM/
DARMFastISel.cpp2169 Type *GVTy = Type::getInt32PtrTy(*Context, /*AS=*/0); in getLibcallReg()
2954 MF->getDataLayout().getPrefTypeAlignment(Type::getInt32PtrTy(*Context)); in ARMLowerPICELF()
/external/llvm/lib/Analysis/
DConstantFolding.cpp419 MapTy = Type::getInt32PtrTy(C->getContext(), AS); in FoldReinterpretLoadFromConstPtr()
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp3169 Type::getInt32PtrTy(*MS.C)); in getVAField32()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp12405 : Type::getInt32PtrTy(*DAG.getContext(), in LowerGlobalTLSAddress()