Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DIntermNode.cpp1913 const TConstantUnion *rightConstant = mRight->getConstantValue(); in fold() local
1927 if (rightConstant == nullptr) in fold()
1931 size_t index = static_cast<size_t>(rightConstant->getIConst()); in fold()
1964 if (rightConstant == nullptr) in fold()
1974 TIntermConstantUnion::FoldBinary(mOp, leftConstant, mLeft->getType(), rightConstant, in fold()