Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19834 unsigned VecEltBitWidth = VecVT.getScalarSizeInBits(); in visitEXTRACT_VECTOR_ELT() local
19859 BCTruncElt = IsLE ? 0 : XBitWidth / VecEltBitWidth - 1; in visitEXTRACT_VECTOR_ELT()
19864 if (ExtractIndex == BCTruncElt && XBitWidth > VecEltBitWidth) { in visitEXTRACT_VECTOR_ELT()
19865 assert(XBitWidth % VecEltBitWidth == 0 && in visitEXTRACT_VECTOR_ELT()
19938 APInt DemandedBits = APInt::getAllOnes(VecEltBitWidth); in visitEXTRACT_VECTOR_ELT()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43905 unsigned VecEltBitWidth = SrcVT.getScalarSizeInBits(); in combineExtractVectorElt() local
43906 if (getTargetConstantBitsFromNode(InputVector, VecEltBitWidth, UndefVecElts, in combineExtractVectorElt()