Searched refs:pLoadTy (Results 1 – 1 of 1) sorted by relevance
587 PointerType* pLoadTy = nullptr; in CreateGatherOddFormats() local590 case 8: pLoadTy = Type::getInt8PtrTy(JM()->mContext); break; in CreateGatherOddFormats()591 case 16: pLoadTy = Type::getInt16PtrTy(JM()->mContext); break; in CreateGatherOddFormats()593 case 32: pLoadTy = Type::getInt32PtrTy(JM()->mContext); break; in CreateGatherOddFormats()598 Value* pTmp = ALLOCA(pLoadTy->getElementType()); in CreateGatherOddFormats()607 pLoad = POINTER_CAST(pLoad, pLoadTy); in CreateGatherOddFormats()