Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DOperations.cpp340 auto *FirstTy = cast<VectorType>(Cur[0]->getType()); in validShuffleVectorIndex() local
345 PoisonValue::get(VectorType::get(Int32Ty, FirstTy->getElementCount()))}; in validShuffleVectorIndex()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1436 template <typename EltTy, typename FirstTy> class first_or_second_type {
1438 using type = std::conditional_t<std::is_reference<EltTy>::value, FirstTy,
1439 std::remove_reference_t<FirstTy>>;