Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2092 SmallVectorImpl<APInt> &DstBitElements,
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11632 SmallVectorImpl<APInt> &DstBitElements, in recastRawBits() argument
11646 DstBitElements.assign(NumDstOps, APInt::getNullValue(DstEltSizeInBits)); in recastRawBits()
11653 APInt &DstBits = DstBitElements[I]; in recastRawBits()
11678 APInt &DstBits = DstBitElements[Idx]; in recastRawBits()