Home
last modified time | relevance | path

Searched refs:FirstTy (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp436 Type *FirstTy = getNumElements() > 0 ? elements()[0] : nullptr; in containsHomogeneousScalableVectorTypes() local
437 if (!FirstTy || !isa<ScalableVectorType>(FirstTy)) in containsHomogeneousScalableVectorTypes()
440 if (Ty != FirstTy) in containsHomogeneousScalableVectorTypes()
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp335 auto *FirstTy = cast<VectorType>(Cur[0]->getType()); in validShuffleVectorIndex() local
340 UndefValue::get(VectorType::get(Int32Ty, FirstTy->getElementCount()))}; in validShuffleVectorIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1414 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>>;