Searched refs:I8XX (Results 1 – 3 of 3) sorted by relevance
165 Type *I8XX = PointerType::getUnqual(I8X); in getI8XRetI8XXI8XEntryPoint() local166 Type *Params[] = { I8XX, I8X }; in getI8XRetI8XXI8XEntryPoint()
378 Type *I8XX = PointerType::getUnqual(I8X); in tryToContractReleaseIntoStoreStrong() local381 if (Args[0]->getType() != I8XX) in tryToContractReleaseIntoStoreStrong()382 Args[0] = new BitCastInst(Args[0], I8XX, "", Store); in tryToContractReleaseIntoStoreStrong()
3395 Type *I8XX = PointerType::getUnqual(I8X); in getStoreStrongCallee() local3397 Params.push_back(I8XX); in getStoreStrongCallee()3537 Type *I8XX = PointerType::getUnqual(I8X); in ContractRelease() local3540 if (Args[0]->getType() != I8XX) in ContractRelease()3541 Args[0] = new BitCastInst(Args[0], I8XX, "", Store); in ContractRelease()