Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2151 SmallVectorImpl<APInt> &DstBitElements,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12643 SmallVectorImpl<APInt> &DstBitElements, in recastRawBits() argument
12657 DstBitElements.assign(NumDstOps, APInt::getZero(DstEltSizeInBits)); in recastRawBits()
12664 APInt &DstBits = DstBitElements[I]; in recastRawBits()
12689 APInt &DstBits = DstBitElements[Idx]; in recastRawBits()