Searched refs:cN (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9574 integerPart cN; local
9584 if (APF.convertToInteger(&cN, 64, isSigned, APFloat::rmTowardZero, &isExact)
9588 c0 = (I == 0) ? cN : c0;
9589 if (!isPowerOf2_64(cN) || c0 != cN || Log2_64(c0) < 1 || Log2_64(c0) > 32)

Completed in 168 milliseconds