Searched refs:FirstTy (Results 1 – 3 of 3) sorted by relevance
436 Type *FirstTy = getNumElements() > 0 ? elements()[0] : nullptr; in containsHomogeneousScalableVectorTypes() local437 if (!FirstTy || !isa<ScalableVectorType>(FirstTy)) in containsHomogeneousScalableVectorTypes()440 if (Ty != FirstTy) in containsHomogeneousScalableVectorTypes()
335 auto *FirstTy = cast<VectorType>(Cur[0]->getType()); in validShuffleVectorIndex() local340 UndefValue::get(VectorType::get(Int32Ty, FirstTy->getElementCount()))}; in validShuffleVectorIndex()
1414 template <typename EltTy, typename FirstTy> class first_or_second_type {1416 using type = std::conditional_t<std::is_reference<EltTy>::value, FirstTy,1417 std::remove_reference_t<FirstTy>>;