Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DSelectionDAGNodes.h2116 SmallVectorImpl<APInt> &DstBitElements,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
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()