HomeSort by relevance Sort by last modified time
    Searched refs:I8XX (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/ObjCARC/
ARCRuntimeEntryPoints.h 167 Type *I8XX = PointerType::getUnqual(I8X);
168 Type *Params[] = { I8XX, I8X };
ObjCARCContract.cpp 270 Type *I8XX = PointerType::getUnqual(I8X);
273 if (Args[0]->getType() != I8XX)
274 Args[0] = new BitCastInst(Args[0], I8XX, "", Store);
ObjCARCOpts.cpp 909 Type *I8XX = PointerType::getUnqual(I8X);
910 Type *Params[] = {I8XX, I8XX};
    [all...]

Completed in 158 milliseconds