Searched defs:I8X (Results 1 - 2 of 2) sorted by relevance

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

Completed in 78 milliseconds