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