Searched refs:VectorArgTy (Results 1 – 1 of 1) sorted by relevance
124 } else if (auto *VectorArgTy = dyn_cast<VectorType>(ArgTy)) { in replaceWithCallToVeclib() local125 ScalarArgTypes.push_back(VectorArgTy->getElementType()); in replaceWithCallToVeclib()129 EC = VectorArgTy->getElementCount(); in replaceWithCallToVeclib()130 else if (EC != VectorArgTy->getElementCount()) in replaceWithCallToVeclib()