Searched defs:RemTyBitWidth (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp494 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); local
496 assert(RemTyBitWidth <= 32 &&
499 if (RemTyBitWidth == 32)
543 unsigned RemTyBitWidth = RemTy->getIntegerBitWidth(); local
545 assert(RemTyBitWidth <= 64 && "Div of bitwidth greater than 64 not supported");
547 if (RemTyBitWidth == 64)

Completed in 68 milliseconds