Lines Matching refs:getIdOperand
185 type->getIdOperand(1) == pointee) in makePointer()
220 type->getIdOperand(1) == pointee) in makePointerFromForwardPointer()
342 if (type->getIdOperand(0) != type0 || in makeStructResultType()
343 type->getIdOperand(1) != type1) in makeStructResultType()
362 if (type->getIdOperand(0) == component && in makeVectorType()
388 if (type->getIdOperand(0) == column && in makeMatrixType()
410 if (type->getIdOperand(0) == component && in makeCooperativeMatrixType()
411 type->getIdOperand(1) == scope && in makeCooperativeMatrixType()
412 type->getIdOperand(2) == rows && in makeCooperativeMatrixType()
413 type->getIdOperand(3) == cols) in makeCooperativeMatrixType()
442 if (type->getIdOperand(0) == element && in makeArrayType()
443 type->getIdOperand(1) == sizeId) in makeArrayType()
475 … if (type->getIdOperand(0) != returnType || (int)paramTypes.size() != type->getNumOperands() - 1) in makeFunctionType()
479 if (paramTypes[p] != type->getIdOperand(p + 1)) { in makeFunctionType()
509 if (type->getIdOperand(0) == sampledType && in makeImageType()
590 if (type->getIdOperand(0) == imageType) in makeSampledImageType()
642 return module.getInstruction(typeId)->getIdOperand(1); in getDerefTypeId()
656 return getMostBasicTypeClass(instr->getIdOperand(0)); in getMostBasicTypeClass()
658 return getMostBasicTypeClass(instr->getIdOperand(1)); in getMostBasicTypeClass()
680 Id lengthId = instr->getIdOperand(1); in getNumTypeConstituents()
735 return instr->getIdOperand(0); in getContainedTypeId()
737 return instr->getIdOperand(1); in getContainedTypeId()
739 return instr->getIdOperand(member); in getContainedTypeId()
767 if (containsType(instr.getIdOperand(m), typeOp, width)) in containsType()
1077 if (constant->getIdOperand(op) != comps[op]) { in findCompositeConstant()
1101 if (constant->getIdOperand(op) != comps[op]) { in findStructConstant()