Lines Matching refs:createBinOp
3419 … loadedId = builder.createBinOp(spv::OpINotEqual, boolType, loadedId, builder.makeUintConstant(0)); in accessChainLoad()
3425 …loadedId = builder.createBinOp(spv::OpINotEqual, bvecType, loadedId, makeSmearedConstant(builder.m… in accessChainLoad()
3451 … rvalue = builder.createBinOp(spv::OpINotEqual, boolType, rvalue, builder.makeUintConstant(0)); in accessChainStore()
3462 rvalue = builder.createBinOp(spv::OpINotEqual, bvecType, rvalue, in accessChainStore()
4857 spv::Id result = builder.createBinOp(binOp, typeId, left, right);
4931 spv::Id result = builder.createBinOp(binOp, typeId, left, right);
4965 …right = builder.createBinOp(spv::OpFDiv, resultType, builder.makeFpConstant(resultType, 1.0), righ…
4993 spv::Id result = builder.createBinOp(op, typeId, left, right);
5033 spv::Id result = builder.createBinOp(op, vecType, leftVec, rightVec);
5579 return builder.createBinOp(spv::OpINotEqual, destType, operand, zero);
5584 return builder.createBinOp(spv::OpINotEqual, destType, operand, zero);
5589 return builder.createBinOp(spv::OpINotEqual, destType, operand, zero);
5594 return builder.createBinOp(spv::OpINotEqual, destType, operand, zero);
5599 return builder.createBinOp(spv::OpFOrdNotEqual, destType, operand, zero);
5604 return builder.createBinOp(spv::OpFOrdNotEqual, destType, operand, zero);
5609 return builder.createBinOp(spv::OpFOrdNotEqual, destType, operand, zero);
5761 return builder.createBinOp(spv::OpIAdd, destType, operand, zero);
5881 return builder.createBinOp(spv::OpIAdd, destType, operand, zero);
6070 … resultId = builder.createBinOp(spv::OpISub, typeId, resultId, builder.makeIntConstant(1));
7048 …spv::Id mulOp = builder.createBinOp(spv::OpIMul, builder.getTypeId(operands[0]), operands[0], oper…
7053 …id = builder.createBinOp(spv::OpIAdd, typeId, id, builder.createCompositeExtract(operands[0], type…
7066 id = builder.createBinOp(opCode, typeId, operands[0], operands[1]);