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

  /external/llvm/unittests/Transforms/Utils/
Cloning.cpp 124 V = new Argument(Type::getInt32PtrTy(context));
  /external/llvm/include/llvm/
Type.h 389 static PointerType *getInt32PtrTy(LLVMContext &C, unsigned AS = 0);
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 31 Type::getInt32PtrTy(Context);
GCOVProfiling.cpp 578 Type::getInt32PtrTy(*Ctx), // uint32_t *predecessor
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 750 llvm::Type *Vbptr = llvm::Type::getInt32PtrTy(Types.getLLVMContext());
    [all...]
CGObjCGNU.cpp     [all...]
  /external/llvm/lib/VMCore/
Type.cpp 313 PointerType *Type::getInt32PtrTy(LLVMContext &C, unsigned AS) {
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 400 MapTy = Type::getInt32PtrTy(C->getContext());
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 249 milliseconds