Lines Matching refs:getIdOperand
182 type->getIdOperand(1) == pointee) in makePointer()
217 type->getIdOperand(1) == pointee) in makePointerFromForwardPointer()
329 if (type->getIdOperand(0) != type0 || in makeStructResultType()
330 type->getIdOperand(1) != type1) in makeStructResultType()
349 if (type->getIdOperand(0) == component && in makeVectorType()
375 if (type->getIdOperand(0) == column && in makeMatrixType()
402 if (type->getIdOperand(0) == element && in makeArrayType()
403 type->getIdOperand(1) == sizeId) in makeArrayType()
435 … if (type->getIdOperand(0) != returnType || (int)paramTypes.size() != type->getNumOperands() - 1) in makeFunctionType()
439 if (paramTypes[p] != type->getIdOperand(p + 1)) { in makeFunctionType()
468 if (type->getIdOperand(0) == sampledType && in makeImageType()
547 if (type->getIdOperand(0) == imageType) in makeSampledImageType()
583 return module.getInstruction(typeId)->getIdOperand(1); in getDerefTypeId()
597 return getMostBasicTypeClass(instr->getIdOperand(0)); in getMostBasicTypeClass()
599 return getMostBasicTypeClass(instr->getIdOperand(1)); in getMostBasicTypeClass()
621 Id lengthId = instr->getIdOperand(1); in getNumTypeConstituents()
672 return instr->getIdOperand(0); in getContainedTypeId()
674 return instr->getIdOperand(1); in getContainedTypeId()
676 return instr->getIdOperand(member); in getContainedTypeId()
704 if (containsType(instr.getIdOperand(m), typeOp, width)) in containsType()
998 if (constant->getIdOperand(op) != comps[op]) { in findCompositeConstant()
1022 if (constant->getIdOperand(op) != comps[op]) { in findStructConstant()