HomeSort by relevance Sort by last modified time
    Searched refs:getInt32PtrTy (Results 1 - 11 of 11) sorted by null

  /external/llvm/unittests/Analysis/
MixedTBAATest.cpp 40 auto PtrType = Type::getInt32PtrTy(C);
  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 134 V = new Argument(Type::getInt32PtrTy(context));
157 Type *ArgTy1[] = { Type::getInt32PtrTy(context) };
184 Type *ArgTy1[] = { Type::getInt32PtrTy(context) };
  /external/llvm/lib/Target/ARM/
ARMInstrInfo.cpp 117 ->getPrefTypeAlignment(Type::getInt32PtrTy(*Context));
ARMFastISel.cpp     [all...]
  /external/llvm/include/llvm/IR/
Type.h 411 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
  /external/llvm/unittests/IR/
ConstantsTest.cpp 127 Type *Int32PtrTy = Type::getInt32PtrTy(C);
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 440 llvm::Type::getInt32PtrTy(Types.getLLVMContext())));
    [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/lib/IR/
Type.cpp 286 PointerType *Type::getInt32PtrTy(LLVMContext &C, unsigned AS) {
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 411 MapTy = Type::getInt32PtrTy(C->getContext(), AS);
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 123 milliseconds