Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantFold.cpp720 auto MaskEltCount = in ConstantFoldShuffleVectorInstruction() local
726 return UndefValue::get(VectorType::get(EltTy, MaskEltCount)); in ConstantFoldShuffleVectorInstruction()
737 auto *VTy = VectorType::get(EltTy, MaskEltCount); in ConstantFoldShuffleVectorInstruction()
739 } else if (!MaskEltCount.isScalable()) in ConstantFoldShuffleVectorInstruction()
740 return ConstantVector::getSplat(MaskEltCount, Elt); in ConstantFoldShuffleVectorInstruction()