OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I8X
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h
148
Type *
I8X
= PointerType::getUnqual(Type::getInt8Ty(C));
149
Type *Params[] = {
I8X
};
150
FunctionType *Fty = FunctionType::get(
I8X
, Params, /*isVarArg=*/false);
166
Type *
I8X
= PointerType::getUnqual(Type::getInt8Ty(C));
167
Type *I8XX = PointerType::getUnqual(
I8X
);
168
Type *Params[] = { I8XX,
I8X
};
ObjCARCContract.cpp
268
Type *
I8X
= PointerType::getUnqual(Type::getInt8Ty(C));
269
Type *I8XX = PointerType::getUnqual(
I8X
);
274
if (Args[1]->getType() !=
I8X
)
275
Args[1] = new BitCastInst(Args[1],
I8X
, "", Store);
ObjCARCOpts.cpp
[
all
...]
Completed in 671 milliseconds