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

1 2

  /external/llvm/examples/BrainF/
BrainFDriver.cpp 62 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);
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCContract.cpp 126 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
127 Type *I8XX = PointerType::getUnqual(I8X);
147 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
162 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
295 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
296 Type *I8XX = PointerType::getUnqual(I8X);
ObjCARCOpts.cpp 857 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
873 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
889 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) };
905 Type *Params[] = { PointerType::getUnqual(Type::getInt8Ty(C)) };
    [all...]
  /external/llvm/unittests/IR/
TypeBuilderTest.cpp 74 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
81 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
88 EXPECT_EQ(PointerType::getUnqual(Type::getInt8PtrTy(getGlobalContext())),
233 EXPECT_EQ(PointerType::getUnqual(StructType::get(
239 EXPECT_EQ(PointerType::getUnqual(StructType::get(
245 EXPECT_EQ(PointerType::getUnqual(StructType::get(
ConstantsTest.cpp 175 PointerType::getUnqual(Int32Ty));
177 PointerType::getUnqual(Int32Ty));
  /external/llvm/lib/IR/
Module.cpp 164 if (F->getType() != PointerType::getUnqual(Ty))
165 return ConstantExpr::getBitCast(F, PointerType::getUnqual(Ty));
281 if (GV->getType() != PointerType::getUnqual(Ty))
282 return ConstantExpr::getBitCast(GV, PointerType::getUnqual(Ty));
InlineAsm.cpp 34 return pImpl->InlineAsms.getOrCreate(PointerType::getUnqual(Ty), Key);
AutoUpgrade.cpp 206 PointerType::getUnqual(Arg1->getType()),
  /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 54 CharPtrTy = llvm::PointerType::getUnqual(Types.ConvertType(Ctx.CharTy));
CGObjCMac.cpp 199 ExternalProtocolPtrTy = llvm::PointerType::getUnqual(T);
    [all...]
CGBuiltin.cpp     [all...]
CGObjCGNU.cpp     [all...]
TargetInfo.cpp     [all...]
CGCall.cpp 720 CGF.Builder.CreateBitCast(SrcPtr, llvm::PointerType::getUnqual(Ty));
    [all...]
CGObjCRuntime.cpp 98 V = CGF.Builder.CreateBitCast(V, llvm::PointerType::getUnqual(LTy));
  /external/llvm/include/llvm/IR/
DerivedTypes.h 434 /// PointerType::getUnqual - This constructs a pointer to an object of the
436 static PointerType *getUnqual(Type *ElementType) {
TypeBuilder.h 107 return PointerType::getUnqual(TypeBuilder<T,cross>::get(Context));
  /external/llvm/lib/Transforms/Instrumentation/
ProfilingUtils.cpp 29 PointerType::getUnqual(Type::getInt8PtrTy(Context));
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCalls.cpp 509 PointerType::getUnqual(II->getType()));
518 PointerType::getUnqual(II->getArgOperand(0)->getType());
529 PointerType::getUnqual(II->getArgOperand(1)->getType());
    [all...]
  /frameworks/compile/slang/
slang_rs_backend.cpp 338 llvm::PointerType::getUnqual(HelperFunctionParameterTy);

Completed in 566 milliseconds

1 2