Lines Matching defs:length
2231 assert(name.length() > 0);
2482 Instruction* length = new Instruction(getUniqueId(), intType, OpArrayLength);
2483 length->addIdOperand(base);
2484 length->addImmediateOperand(member);
2485 buildPoint->addInstruction(std::unique_ptr<Instruction>(length));
2487 return length->getResultId();
2500 Instruction* length = new Instruction(getUniqueId(), intType, OpCooperativeMatrixLengthKHR);
2501 length->addIdOperand(type);
2502 buildPoint->addInstruction(std::unique_ptr<Instruction>(length));
2504 return length->getResultId();
2517 Instruction* length = new Instruction(getUniqueId(), intType, OpCooperativeMatrixLengthNV);
2518 length->addIdOperand(type);
2519 buildPoint->addInstruction(std::unique_ptr<Instruction>(length));
2521 return length->getResultId();