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