Home | History | Annotate | Download | only in Basic

Lines Matching defs:getCharWidth

316   unsigned getCharWidth() const { return 8; } // FIXME
441 (AtomicSizeInBits <= getCharWidth() ||
442 llvm::isPowerOf2_64(AtomicSizeInBits / getCharWidth()));