Searched refs:getI8Const (Results 1 – 5 of 5) sorted by relevance
213 …else if (rightUnionArray[i].getI8Const() == (signed char)-1 && leftUnionArray[i].getI8Const() == (… in fold()216 … newConstArray[i].setI8Const(leftUnionArray[i].getI8Const() / rightUnionArray[i].getI8Const()); in fold()535 case EbtInt8: newConstArray[i].setI8Const(-unionArray[i].getI8Const()); break; in fold()719 newConstArray[i].setBConst(unionArray[i].getI8Const() != 0); break; in fold()749 newConstArray[i].setI16Const(unionArray[i].getI8Const()); break; in fold()751 newConstArray[i].setIConst(unionArray[i].getI8Const()); break; in fold()753 newConstArray[i].setI64Const(unionArray[i].getI8Const()); break; in fold()755 newConstArray[i].setU8Const(unionArray[i].getI8Const()); break; in fold()757 newConstArray[i].setU16Const(unionArray[i].getI8Const()); break; in fold()759 newConstArray[i].setUConst(unionArray[i].getI8Const()); break; in fold()[all …]
1264 snprintf(buf, maxSize, "%d (%s)", constUnion[i].getI8Const(), "const int8_t"); in OutputConstantUnion()
3889 case EbtInt8: TO_ALL(getI8Const); break; in promoteConstantUnion()
118 signed char getI8Const() const { return i8Const; } in getI8Const() function
8618 … spvConsts.push_back(builder.makeInt8Constant(zero ? 0 : consts[nextConst].getI8Const())); in createSpvConstantFromConstUnionArray()8667 … scalar = builder.makeInt8Constant(zero ? 0 : consts[nextConst].getI8Const(), specConstant); in createSpvConstantFromConstUnionArray()