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

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

Completed in 199 milliseconds