Home | History | Annotate | Download | only in Vectorize

Lines Matching defs:ITy

1967   Type *ITy = Val->getType()->getScalarType();
1974 Indices.push_back(ConstantInt::get(ITy, StartIdx + i));
5819 Type *ITy = Val->getType();
5820 assert(!ITy->isVectorTy() && "Val must be a scalar");
5821 Constant *C = ConstantInt::get(ITy, StartIdx);