Home | History | Annotate | Download | only in Scalar

Lines Matching defs:NewTy

353   Type *NewTy;
358 NewTy = VectorTy; // Use the vector type.
378 NewTy = IntegerType::get(AI->getContext(), BitWidth);
380 AllocaInst *NewAI = new AllocaInst(NewTy, nullptr, "",
2199 Type *NewTy =
2202 if (OtherPtr->getType() != NewTy)
2203 OtherPtr = new BitCastInst(OtherPtr, NewTy, OtherPtr->getName(), MI);