Home
last modified time | relevance | path

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

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