Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp77 bool isTwo() const { return isInt() && IntVal == 2; } in isTwo() function in __anon9d6f278f0111::FAddendCoef
755 if (Coeff.isTwo() || Coeff.isMinusTwo()) { in createAddendVal()