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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp870 APInt Op1MaybeOne = ~Op1KnownZero; local
872 if (Op1MaybeOne.countPopulation() != 1)
881 int Op1OnePosition = BitWidth - Op1MaybeOne.countLeadingZeros() - 1;

Completed in 75 milliseconds