Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp78 bool isTwo() const { return isInt() && IntVal == 2; } in isTwo() function in __anon70802a870111::FAddendCoef
753 if (Coeff.isTwo() || Coeff.isMinusTwo()) { in createAddendVal()