Searched refs:MVType (Results 1 – 1 of 1) sorted by relevance
188 Type *MVType = MV->getType(); in write() local190 if (Ty->isIntegerTy() && MVType->isPointerTy()) in write()191 MV->Val = ConstantExpr::getIntToPtr(V, MVType); in write()192 else if (Ty->isPointerTy() && MVType->isIntegerTy()) in write()193 MV->Val = ConstantExpr::getPtrToInt(V, MVType); in write()194 else if (Ty != MVType) in write()195 MV->Val = ConstantExpr::getBitCast(V, MVType); in write()