Searched refs:SrcBitElements (Results 1 – 2 of 2) sorted by relevance
11607 SmallVector<APInt> SrcBitElements(NumSrcOps, in getConstantRawBits() local11620 SrcBitElements[I] = CInt ? CInt->getAPIntValue().trunc(SrcEltSizeInBits) in getConstantRawBits()11626 SrcBitElements, UndefElements, SrcUndeElements); in getConstantRawBits()11633 ArrayRef<APInt> SrcBitElements, in recastRawBits() argument11636 unsigned NumSrcOps = SrcBitElements.size(); in recastRawBits()11637 unsigned SrcEltSizeInBits = SrcBitElements[0].getBitWidth(); in recastRawBits()11659 const APInt &SrcBits = SrcBitElements[Idx]; in recastRawBits()11675 const APInt &SrcBits = SrcBitElements[I]; in recastRawBits()
2093 ArrayRef<APInt> SrcBitElements,