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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp238 const APInt &PosVal = Val.abs(); local
239 if (Val.isNegative() && PosVal.isPowerOf2()) {
251 ConstantInt::get(Y->getType(), PosVal));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4841 int64_t PosVal = std::max(Val1, Val2); local
4846 isPowerOf2_64(PosVal + 1)) {
4857 K = (uint64_t)PosVal; // At this point, PosVal is guaranteed to be positive

Completed in 126 milliseconds