Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp78 bool isTwo() const { return isInt() && IntVal == 2; } in isTwo() function in __anonbe741ed60111::FAddendCoef
739 if (Coeff.isTwo() || Coeff.isMinusTwo()) { in createAddendVal()