Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:NumBits

107   llvm::Type *getIntNType(uint64_t NumBits) {
109 (unsigned)llvm::RoundUpToAlignment(NumBits, 8));