Home | History | Annotate | Download | only in Utils

Lines Matching refs:BitWidth

36   unsigned BitWidth = Dividend->getType()->getIntegerBitWidth();
39 if (BitWidth == 64) {
42 assert(BitWidth == 32 && "Unexpected bit width");
108 unsigned BitWidth = Dividend->getType()->getIntegerBitWidth();
111 if (BitWidth == 64) {
114 assert(BitWidth == 32 && "Unexpected bit width");
159 unsigned BitWidth = DivTy->getBitWidth();
166 if (BitWidth == 64) {
172 assert(BitWidth == 32 && "Unexpected bit width");
390 llvm_unreachable("Div of bitwidth other than 32 or 64 not supported");
450 llvm_unreachable("Div of bitwidth other than 32 or 64 not supported");
482 /// Generate code to compute the remainder of two integers of bitwidth up to
501 llvm_unreachable("Div of bitwidth greater than 32 not supported");
506 // If bitwidth smaller than 32 extend inputs, extend output and proceed
534 /// Generate code to compute the remainder of two integers of bitwidth up to
551 llvm_unreachable("Div of bitwidth greater than 64 not supported");
556 // If bitwidth smaller than 64 extend inputs, extend output and proceed
584 /// Generate code to divide two integers of bitwidth up to 32 bits. Uses the
602 llvm_unreachable("Div of bitwidth greater than 32 not supported");
607 // If bitwidth smaller than 32 extend inputs, extend output and proceed
635 /// Generate code to divide two integers of bitwidth up to 64 bits. Uses the
652 llvm_unreachable("Div of bitwidth greater than 64 not supported");
657 // If bitwidth smaller than 64 extend inputs, extend output and proceed