Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DSelectionDAGNodes.h2116 SmallVectorImpl<APInt> &DstBitElements,
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11935 SmallVectorImpl<APInt> &DstBitElements, in recastRawBits() argument
11949 DstBitElements.assign(NumDstOps, APInt::getNullValue(DstEltSizeInBits)); in recastRawBits()
11956 APInt &DstBits = DstBitElements[I]; in recastRawBits()
11981 APInt &DstBits = DstBitElements[Idx]; in recastRawBits()