Searched refs:getI8Const (Results 1 – 4 of 4) sorted by relevance
195 …else if (rightUnionArray[i].getI8Const() == (signed char)-1 && leftUnionArray[i].getI8Const() == (… in fold()198 … newConstArray[i].setI8Const(leftUnionArray[i].getI8Const() / rightUnionArray[i].getI8Const()); in fold()532 case EbtInt8: newConstArray[i].setI8Const(-unionArray[i].getI8Const()); break; in fold()675 newConstArray[i].setBConst(unionArray[i].getI8Const() != 0); break; in fold()721 newConstArray[i].setI16Const(unionArray[i].getI8Const()); break; in fold()723 newConstArray[i].setIConst(unionArray[i].getI8Const()); break; in fold()725 newConstArray[i].setI64Const(unionArray[i].getI8Const()); break; in fold()727 newConstArray[i].setU8Const(unionArray[i].getI8Const()); break; in fold()729 newConstArray[i].setU16Const(unionArray[i].getI8Const()); break; in fold()731 newConstArray[i].setUConst(unionArray[i].getI8Const()); break; in fold()[all …]
1202 snprintf(buf, maxSize, "%d (%s)", constUnion[i].getI8Const(), "const int8_t"); in OutputConstantUnion()
118 signed char getI8Const() const { return i8Const; } in getI8Const() function
7498 … spvConsts.push_back(builder.makeInt8Constant(zero ? 0 : consts[nextConst].getI8Const()));7545 … scalar = builder.makeInt8Constant(zero ? 0 : consts[nextConst].getI8Const(), specConstant);