Searched refs:SrcBitElements (Results 1 – 2 of 2) sorted by relevance
13523 SmallVector<APInt> SrcBitElements(NumSrcOps, in getConstantRawBits() local13536 SrcBitElements[I] = CInt ? CInt->getAPIntValue().trunc(SrcEltSizeInBits) in getConstantRawBits()13542 SrcBitElements, UndefElements, SrcUndeElements); in getConstantRawBits()13549 ArrayRef<APInt> SrcBitElements, in recastRawBits() argument13552 unsigned NumSrcOps = SrcBitElements.size(); in recastRawBits()13553 unsigned SrcEltSizeInBits = SrcBitElements[0].getBitWidth(); in recastRawBits()13575 const APInt &SrcBits = SrcBitElements[Idx]; in recastRawBits()13591 const APInt &SrcBits = SrcBitElements[I]; in recastRawBits()
2313 ArrayRef<APInt> SrcBitElements,