Lines Matching full:division
1 //===-- IntegerDivision.cpp - Expand integer division ---------------------===//
10 // division for targets that don't have native support. It's largely derived
24 #define DEBUG_TYPE "integer-division"
410 "Trying to expand division from a non-division function"); in expandDivision()
416 // First prepare the sign if it's a signed division in expandDivision()
418 // Lower the code to unsigned division, and reset Div to point to the udiv. in expandDivision()
438 // Insert the unsigned division code in expandDivision()
473 // with 32 bit division. in expandRemainderUpTo32Bits()
519 // with 64 bit division. in expandRemainderUpTo64Bits()
555 "Trying to expand division from a non-division function"); in expandDivisionUpTo32Bits()
568 // with 32 bit division. in expandDivisionUpTo32Bits()
603 "Trying to expand division from a non-division function"); in expandDivisionUpTo64Bits()
614 // with 64 bit division. in expandDivisionUpTo64Bits()