Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/tree_ops/
DRewriteUnaryMinusOperatorInt.cpp81 TIntermUnary *bitwiseNot = new TIntermUnary(EOpBitwiseNot, opr, nullptr); in visitUnary() local
82 bitwiseNot->setLine(opr->getLine()); in visitUnary()
99 TIntermBinary *add = new TIntermBinary(EOpAdd, bitwiseNot, oneNode); in visitUnary()