Searched refs:nTyS (Results 1 – 1 of 1) sorted by relevance
1119 Type* nTyS = eltType->isDoubleTy() ? B.getInt64Ty() : B.getInt32Ty(); in fold_pow() local1120 Type *nTy = nTyS; in fold_pow()1122 nTy = VectorType::get(nTyS, vTy->getNumElements()); in fold_pow()