Lines Matching defs:RawBits
15829 SmallVector<APInt> RawBits;15831 if (!BVN->getConstantRawBits(IsLE, DstBitSize, RawBits, UndefElements))15836 for (unsigned I = 0, E = RawBits.size(); I != E; ++I) {15840 Ops.push_back(DAG.getConstant(RawBits[I], DL, DstEltVT));