Home | History | Annotate | Download | only in Scalar

Lines Matching refs:NewTy

310   Type *NewTy;
315 NewTy = VectorTy; // Use the vector type.
324 NewTy = IntegerType::get(AI->getContext(), BitWidth);
326 AllocaInst *NewAI = new AllocaInst(NewTy, 0, "", AI->getParent()->begin());
2068 Type *NewTy =
2071 if (OtherPtr->getType() != NewTy)
2072 OtherPtr = new BitCastInst(OtherPtr, NewTy, OtherPtr->getName(), MI);