Home
last modified time | relevance | path

Searched refs:I8X (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/ObjCARC/
DARCRuntimeEntryPoints.h146 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C));
147 Type *Params[] = { I8X };
148 FunctionType *Fty = FunctionType::get(I8X, Params, /*isVarArg=*/false);
164 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in getI8XRetI8XXI8XEntryPoint() local
165 Type *I8XX = PointerType::getUnqual(I8X); in getI8XRetI8XXI8XEntryPoint()
166 Type *Params[] = { I8XX, I8X }; in getI8XRetI8XXI8XEntryPoint()
DObjCARCContract.cpp376 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); in tryToContractReleaseIntoStoreStrong() local
377 Type *I8XX = PointerType::getUnqual(I8X); in tryToContractReleaseIntoStoreStrong()
382 if (Args[1]->getType() != I8X) in tryToContractReleaseIntoStoreStrong()
383 Args[1] = new BitCastInst(Args[1], I8X, "", Store); in tryToContractReleaseIntoStoreStrong()