Home | History | Annotate | Download | only in compiler

Lines Matching refs:getBConst

628 		if (cond->getAsConstantUnion()->getBConst(0) == true)
673 if (cond->getAsConstantUnion()->getBConst(0))
1799 case EbtBool: tempConstArray[i].setBConst(!unionArray[i].getBConst()); break;
2046 leftUnionArray[i].setFConst(static_cast<float>(node->getBConst(i)));
2065 leftUnionArray[i].setIConst(static_cast<int>(node->getBConst(i)));
2084 leftUnionArray[i].setUConst(static_cast<unsigned int>(node->getBConst(i)));
2103 leftUnionArray[i].setBConst(node->getBConst(i));