Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2312 SmallVectorImpl<APInt> &DstBitElements,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp13548 SmallVectorImpl<APInt> &DstBitElements, in recastRawBits() argument
13562 DstBitElements.assign(NumDstOps, APInt::getZero(DstEltSizeInBits)); in recastRawBits()
13569 APInt &DstBits = DstBitElements[I]; in recastRawBits()
13594 APInt &DstBits = DstBitElements[Idx]; in recastRawBits()