HomeSort by relevance Sort by last modified time
    Searched refs:getUnqual (Results 1 - 25 of 45) sorted by null

1 2

  /external/llvm/examples/BrainF/
BrainFDriver.cpp 63 PointerType::getUnqual(PointerType::getUnqual(
BrainF.cpp 151 PointerType::getUnqual(IntegerType::getInt8Ty(C)), NULL));
296 PHINode::Create(PointerType::getUnqual(IntegerType::getInt8Ty(C)),
451 CreatePHI(PointerType::getUnqual(IntegerType::getInt8Ty(C)), 1,
  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 27 IRB.getInt32Ty(), PointerType::getUnqual(FnTy), NULL);
LowerInvoke.cpp 130 Type *Elts[] = { JmpBufTy, PointerType::getUnqual(JBLinkTy) };
133 Type *PtrJBList = PointerType::getUnqual(JBLinkTy);
CodeExtractor.cpp 278 paramTy.push_back(PointerType::getUnqual((*I)->getType()));
289 PointerType::getUnqual(StructType::get(M->getContext(), paramTy));
  /external/llvm/unittests/Support/
TypeBuilderTest.cpp 75 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
82 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
89 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
234 EXPECT_EQ(PointerType::getUnqual(StructType::get(
240 EXPECT_EQ(PointerType::getUnqual(StructType::get(
246 EXPECT_EQ(PointerType::getUnqual(StructType::get(
  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 282 PointerType *FrameMapPtrTy = PointerType::getUnqual(FrameMapTy);
293 EltTys.push_back(PointerType::getUnqual(StackEntryTy));
296 PointerType *StackEntryPtrTy = PointerType::getUnqual(StackEntryTy);
SjLjEHPrepare.cpp 105 PointerType::getUnqual(FunctionContextTy),
110 PointerType::getUnqual(FunctionContextTy),
  /external/clang/lib/CodeGen/
CGCUDANV.cpp 55 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
CGObjCMac.cpp 198 ExternalProtocolPtrTy = llvm::PointerType::getUnqual(T);
    [all...]
CGCall.cpp 632 CGF.Builder.CreateBitCast(SrcPtr, llvm::PointerType::getUnqual(Ty));
643 CGF.Builder.CreateBitCast(Tmp, llvm::PointerType::getUnqual(SrcTy));
714 CGF.Builder.CreateBitCast(DstPtr, llvm::PointerType::getUnqual(SrcTy));
730 CGF.Builder.CreateBitCast(Tmp, llvm::PointerType::getUnqual(DstTy));
    [all...]
CGObjCGNU.cpp 636 SlotTy = llvm::PointerType::getUnqual(SlotStructTy);
    [all...]
CGBuiltin.cpp     [all...]
TargetInfo.cpp 783 llvm::PointerType::getUnqual(CGF.ConvertType(Ty));
    [all...]
CodeGenModule.cpp 388 llvm::Type *CtorPFTy = llvm::PointerType::getUnqual(CtorFTy);
392 llvm::StructType::get(Int32Ty, llvm::PointerType::getUnqual(CtorFTy), NULL);
782 llvm::PointerType::getUnqual(DeclTy), 0);
    [all...]
CGObjCRuntime.cpp 93 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy));
  /external/llvm/lib/VMCore/
Module.cpp 165 if (F->getType() != PointerType::getUnqual(Ty))
166 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty));
283 if (GV->getType() != PointerType::getUnqual(Ty))
284 return ConstantExpr::getBitCast(GV, PointerType::getUnqual(Ty));
InlineAsm.cpp 33 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(Ty), Key);
Function.cpp 166 : GlobalValue(PointerType::getUnqual(Ty),
Instructions.cpp 404 PointerType *AllocPtrType = PointerType::getUnqual(AllocTy);
808 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
817 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
826 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
835 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
844 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
853 : UnaryInstruction(PointerType::getUnqual(Ty), Alloca,
    [all...]
  /external/llvm/include/llvm/
DerivedTypes.h 440 /// PointerType::getUnqual - This constructs a pointer to an object of the
442 static PointerType *getUnqual(Type *ElementType) {
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 29 PointerType::getUnqual(Type::getInt8PtrTy(Context));
  /external/llvm/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 550 PointerType::getUnqual(II->getType()));
559 PointerType::getUnqual(II->getArgOperand(0)->getType());
570 PointerType::getUnqual(II->getArgOperand(1)->getType());
    [all...]
  /external/llvm/include/llvm/Support/
TypeBuilder.h 107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));

Completed in 1227 milliseconds

1 2