Searched defs:I8X (Results 1 - 3 of 3) 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.cpp377 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); local
378 Type *I8XX = PointerType::getUnqual(I8X);
383 if (Args[1]->getType() != I8X)
384 Args[1] = new BitCastInst(Args[1], I8X, "", Store);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DObjCARC.cpp1540 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); local
1542 Params.push_back(I8X);
1544 FunctionType::get(I8X, Params, /*isVarArg=*/false);
1557 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); local
1559 Params.push_back(I8X);
1561 FunctionType::get(I8X, Params, /*isVarArg=*/false);
3394 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); local
3395 Type *I8XX = PointerType::getUnqual(I8X);
3398 Params.push_back(I8X);
3416 Type *I8X local
3432 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); local
3536 Type *I8X = PointerType::getUnqual(Type::getInt8Ty(C)); local
[all...]

Completed in 264 milliseconds