Home | History | Annotate | Download | only in AST

Lines Matching full:valuebits

691   llvm::APInt valueBits = f.bitcastToAPInt();
692 unsigned numCharacters = (valueBits.getBitWidth() + 3) / 4;
706 = valueBits.getRawData()[digitBitIndex / llvm::integerPartWidth];